summaryrefslogtreecommitdiff
path: root/bootloader/x1000/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/x1000/main.c')
-rw-r--r--bootloader/x1000/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/x1000/main.c b/bootloader/x1000/main.c
index c507b1d2c9..0909a4c72a 100644
--- a/bootloader/x1000/main.c
+++ b/bootloader/x1000/main.c
@@ -44,7 +44,7 @@ void main(void)
44 enable_irq(); 44 enable_irq();
45 45
46 if(storage_init() < 0) { 46 if(storage_init() < 0) {
47 splash(5*HZ, "storage_init() failed"); 47 splashf(5*HZ, "storage_init() failed");
48 power_off(); 48 power_off();
49 } 49 }
50 50