Added basic implementation of writing a macro program to the firmware

This commit is contained in:
2022-02-19 21:22:40 +01:00
parent 10ffdc7aaa
commit d1b9796c5a
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