From 323398b1e863d2a23251d44d3bba260675139499 Mon Sep 17 00:00:00 2001 From: Leo C Date: Sat, 16 Aug 2014 13:57:10 +0200 Subject: Add command saveenv Add debug commands for EEPROM display and copy --- avr/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'avr/main.c') 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")); -- cgit v1.2.3