Added basic implementation of writing a macro program to the firmware

This commit was merged in pull request #6.
This commit is contained in:
2022-02-19 20:09:51 +01:00
parent 0e68a6f20f
commit 4d6c9655b7
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