]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/main.c
Add command saveenv
[z180-stamp.git] / avr / main.c
index 6dbcdefa841a584a74eee75f32716c6d46d26e2a..79ca3e02e16ed7cedce8fa9d664fb3cdf10fa818 100644 (file)
@@ -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"));