t
authorMart Lubbers <mart@martlubbers.net>
Mon, 23 Jan 2017 13:36:10 +0000 (14:36 +0100)
committerMart Lubbers <mart@martlubbers.net>
Mon, 23 Jan 2017 13:36:10 +0000 (14:36 +0100)
int/interface.c

index bec4f09..962ce30 100644 (file)
@@ -93,5 +93,8 @@ void pdie(char *s)
 
 void die(char *fmt, ...)
 {
+       palWriteLine(LINE_LED1, PAL_HIGH);
+       palWriteLine(LINE_LED2, PAL_HIGH);
+       palWriteLine(LINE_LED3, PAL_HIGH);
        (void)fmt;
 }