From 7e0e8f7cb17594bfe68defc9275679c98b4ac699 Mon Sep 17 00:00:00 2001 From: gitknilch Date: Thu, 24 Mar 2011 19:18:58 +0100 Subject: [PATCH] fix comment --- firmware/fnordlicht-firmware/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/fnordlicht-firmware/script.c b/firmware/fnordlicht-firmware/script.c index 1fd8c46..2db034b 100644 --- a/firmware/fnordlicht-firmware/script.c +++ b/firmware/fnordlicht-firmware/script.c @@ -64,7 +64,7 @@ void script_start_default(void) script_start(0, 0, ¶ms); #elif CONFIG_SCRIPT_DEFAULT == 1 - /* enable colorwheel program */ + /* enable random program */ union program_params_t params; params.random.seed = 23; params.random.use_address = 0; -- 2.39.2