]> git.zerfleddert.de Git - fnordlicht-mini/blobdiff - firmware/fnordlicht-firmware/static_programs.h
add showcfg program
[fnordlicht-mini] / firmware / fnordlicht-firmware / static_programs.h
index b544db51404b4beddcc73a485e9534f5242bd22d..7b3cc3fda14744ecc61da5860ce58c4d85d792f2 100644 (file)
@@ -90,12 +90,13 @@ struct process_t {
 #if CONFIG_SCRIPT
 
 /* global list of programs */
-#define STATIC_PROGRAMS_LEN 3
+#define STATIC_PROGRAMS_LEN 4
 extern program_handler static_programs[];
 
 PT_THREAD(program_colorwheel(struct process_t *process));
 PT_THREAD(program_random(struct process_t *process));
 PT_THREAD(program_replay(struct process_t *process));
+PT_THREAD(program_showcfg(struct process_t *process));
 
 #endif
 #endif
Impressum, Datenschutz