diff options
Diffstat (limited to 'board/logodl/logodl.c')
-rw-r--r-- | board/logodl/logodl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/logodl/logodl.c b/board/logodl/logodl.c index 14fd28f..897787b 100644 --- a/board/logodl/logodl.c +++ b/board/logodl/logodl.c @@ -107,6 +107,7 @@ void logodl_set_led(int led, int state) void show_boot_progress (int status) { + if (status < -32) status = -1; /* let things compatible */ /* switch(status) { case 1: logodl_set_led(0,1); break; |