summaryrefslogtreecommitdiff
path: root/avr/main.c
diff options
context:
space:
mode:
authorLeo C2014-08-16 13:57:10 +0200
committerLeo C2014-08-16 13:57:10 +0200
commit323398b1e863d2a23251d44d3bba260675139499 (patch)
tree14a3de5768cde38acddc968dc085e542f90950c0 /avr/main.c
parent534e1dfcb2f6cdfa1cd62913045b832f2189b7aa (diff)
downloadz180-stamp-323398b1e863d2a23251d44d3bba260675139499.zip
Add command saveenv
Add debug commands for EEPROM display and copy
Diffstat (limited to 'avr/main.c')
-rw-r--r--avr/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/avr/main.c b/avr/main.c
index 6dbcdef..79ca3e0 100644
--- a/avr/main.c
+++ b/avr/main.c
@@ -164,9 +164,9 @@ int main(void)
serial_setup();
sei();
-
- if (env_check() == 0)
- set_default_env();
+
+ debug("\n=========================< (RE)START DEBUG >=========================\n");
+
env_init();
printf_P(PSTR("\n(ATMEGA1281+HD64180)_stamp Tester\n"));