X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/fnordlicht-mini/blobdiff_plain/ec1bef8e19888e982ffc53129f74d58868e8d203..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