summaryrefslogtreecommitdiff
path: root/apps/plugins/alpine_cdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/alpine_cdc.c')
-rw-r--r--apps/plugins/alpine_cdc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/alpine_cdc.c b/apps/plugins/alpine_cdc.c
index 9cc1f9cde4..4fa2e36f54 100644
--- a/apps/plugins/alpine_cdc.c
+++ b/apps/plugins/alpine_cdc.c
@@ -1151,7 +1151,7 @@ int main(void* parameter)
1151 mbus_init(); /* init the M-Bus layer */ 1151 mbus_init(); /* init the M-Bus layer */
1152 emu_init(); /* init emulator */ 1152 emu_init(); /* init emulator */
1153 1153
1154 rb->splash(HZ/5, true, "Alpine CDC"); /* be quick on autostart */ 1154 rb->splash(HZ/5, "Alpine CDC"); /* be quick on autostart */
1155 1155
1156#ifdef DEBUG 1156#ifdef DEBUG
1157 print_scroll("Alpine M-Bus Test"); 1157 print_scroll("Alpine M-Bus Test");
@@ -1164,7 +1164,7 @@ int main(void* parameter)
1164 stacksize = (stacksize - 100) & ~3; 1164 stacksize = (stacksize - 100) & ~3;
1165 if (stacksize < DEFAULT_STACK_SIZE) 1165 if (stacksize < DEFAULT_STACK_SIZE)
1166 { 1166 {
1167 rb->splash(HZ*2, true, "Out of memory"); 1167 rb->splash(HZ*2, "Out of memory");
1168 return -1; 1168 return -1;
1169 } 1169 }
1170 1170