Added basic implementation of writing a macro program to the firmware

This commit is contained in:
2022-02-11 00:19:20 +01:00
parent 788e0ad8fe
commit 45a99e6328
7 changed files with 184 additions and 65 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
## Compiler settings
CC = cc
CFLAGS = -Wall
CFLAGS = -Wall -Werror -g -std=c99
LDFLAGS =
## Project settings