Skip to content

Commit

Permalink
1.0.1 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Reonu committed Apr 25, 2021
1 parent 3b1e56a commit bebac9e
Show file tree
Hide file tree
Showing 8 changed files with 2,501 additions and 2,466 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $(eval $(call validate-option,COMPILER,gcc))
# eep4k - uses EEPROM 4kbit
# eep16k - uses EEPROM 16kbit (There aren't any differences in syntax, but this is provided just in case)
# sram - uses SRAM 256Kbit
SAVETYPE ?= sram
SAVETYPE ?= eep4k
$(eval $(call validate-option,SAVETYPE,eep4k eep16k sram))
ifeq ($(SAVETYPE),eep4k)
DEFINES += EEP=1 EEP4K=1
Expand Down
Loading

0 comments on commit bebac9e

Please sign in to comment.