Skip to content

Commit bebac9e

Browse files
committed
1.0.1 stuff
1 parent 3b1e56a commit bebac9e

File tree

8 files changed

+2501
-2466
lines changed

8 files changed

+2501
-2466
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $(eval $(call validate-option,COMPILER,gcc))
4545
# eep4k - uses EEPROM 4kbit
4646
# eep16k - uses EEPROM 16kbit (There aren't any differences in syntax, but this is provided just in case)
4747
# sram - uses SRAM 256Kbit
48-
SAVETYPE ?= sram
48+
SAVETYPE ?= eep4k
4949
$(eval $(call validate-option,SAVETYPE,eep4k eep16k sram))
5050
ifeq ($(SAVETYPE),eep4k)
5151
DEFINES += EEP=1 EEP4K=1

0 commit comments

Comments
 (0)