X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/fnordlicht-mini/blobdiff_plain/d134ebec2b8e18674e09367a68d7e494d85fff21..0c9ba54a00f50532bd045b8e663dff0df7f44b08:/firmware/fnordlicht-firmware/static_programs.h diff --git a/firmware/fnordlicht-firmware/static_programs.h b/firmware/fnordlicht-firmware/static_programs.h index b544db5..7b3cc3f 100644 --- a/firmware/fnordlicht-firmware/static_programs.h +++ b/firmware/fnordlicht-firmware/static_programs.h @@ -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