repositories
/
mTask.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f027e6
)
t
author
Mart Lubbers
<mart@martlubbers.net>
Mon, 23 Jan 2017 13:36:10 +0000
(14:36 +0100)
committer
Mart Lubbers
<mart@martlubbers.net>
Mon, 23 Jan 2017 13:36:10 +0000
(14:36 +0100)
int/interface.c
patch
|
blob
|
history
diff --git
a/int/interface.c
b/int/interface.c
index
bec4f09
..
962ce30
100644
(file)
--- a/
int/interface.c
+++ b/
int/interface.c
@@
-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;
}