1
0
Fork 0

Add eeconfig.c - eeprom stored paramerters

This commit is contained in:
tmk 2013-03-07 03:30:08 +09:00
parent 5d6b848a15
commit 359b68d35f
6 changed files with 135 additions and 4 deletions

View file

@ -10,6 +10,7 @@ SRC += $(COMMON_DIR)/host.c \
$(COMMON_DIR)/print.c \
$(COMMON_DIR)/debug.c \
$(COMMON_DIR)/bootloader.c \
$(COMMON_DIR)/eeconfig.c \
$(COMMON_DIR)/util.c