summaryrefslogtreecommitdiff
path: root/apps/plugins/starfield.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/starfield.c')
-rw-r--r--apps/plugins/starfield.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/starfield.c b/apps/plugins/starfield.c
index 0da3305a6f..01d0acfb4a 100644
--- a/apps/plugins/starfield.c
+++ b/apps/plugins/starfield.c
@@ -389,7 +389,7 @@ int plugin_main(void)
389 ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F))) 389 ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)))
390 390
391 /* This will make the stars pulse to the music */ 391 /* This will make the stars pulse to the music */
392 if(pulse==true){ 392 if(pulse){
393 393
394 /* Get the peaks. ( Borrowed from vu_meter ) */ 394 /* Get the peaks. ( Borrowed from vu_meter ) */
395#if (CONFIG_CODEC == SWCODEC) 395#if (CONFIG_CODEC == SWCODEC)