Basic state handling
Prepare for handling of different screens and their states and add a minimal menu.
This commit is contained in:
parent
cd2c6cf196
commit
727f89eeb0
2 changed files with 179 additions and 3 deletions
|
@ -13,7 +13,7 @@ OBJCOPY := avr-objcopy
|
|||
SIZE := avr-size
|
||||
AVRDUDE := avrdude
|
||||
|
||||
CFLAGS := -mmcu=$(MCU) -Os -Wall -Werror -Wextra -Wpedantic
|
||||
CFLAGS := -mmcu=$(MCU) -Os -Wall -Werror -Wextra
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue