diff options
author | tmk <nobody@nowhere> | 2013-03-07 03:30:08 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-07 03:30:08 +0900 |
commit | 359b68d35f0763ab0cafa2fb800e0a3497291f95 (patch) | |
tree | 8b048e024f1af5b9394d8883c208ee923c936b64 /common.mk | |
parent | 5d6b848a157a2e94859949961297d40da6a77527 (diff) |
Add eeconfig.c - eeprom stored paramerters
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |