]> git.zerfleddert.de Git - fnordlicht-mini/blobdiff - firmware/fnordlicht-firmware/fnordlicht.c
fix config.mk file header comment
[fnordlicht-mini] / firmware / fnordlicht-firmware / fnordlicht.c
index 62c4e4056193a9cad894d7f7c201b210f4ce8674..f98c4904edc6d495d08f8048234df8e7f557bca3 100644 (file)
@@ -42,18 +42,17 @@ static void startup(void)
 {
     /* if configuration is valid */
     if (storage_valid_config()) {
-       /* set global address to stored value */
-       global_remote.address = startup_config.startup_addr;
+        /* set global address to stored value */
+        global_remote.address = startup_config.startup_addr;
     }
 
 #if CONFIG_SCRIPT
     /* start default program: showcfg FIXME cleanup magic values */
-    script_start(0u, 4u, (union program_params_t *)startup_config.params.program_parameters);
+    script_start(0u, 3u, (union program_params_t *)startup_config.params.program_parameters);
 #else
     /* or set some default color */
     global_pwm.target.red = 50u;
 #endif
-    }
 }
 
 /* NEVER CALL DIRECTLY! */
Impressum, Datenschutz