summaryrefslogtreecommitdiff
path: root/teensy/main.c
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2014-06-16 09:38:24 -0700
committerDave Hylands <dhylands@gmail.com>2014-07-14 22:48:22 -0700
commit04f5ae1d1c59429ecfb3e9088c2bb076564ee16a (patch)
tree12094ca03cbf488a1202523de906650127d5795a /teensy/main.c
parent4d9dd26818547e252768d62bf3e319c6f1ca7b7f (diff)
Add core files and use same toolchain as stmhal
Diffstat (limited to 'teensy/main.c')
-rw-r--r--teensy/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/main.c b/teensy/main.c
index f15b3dedd..fdedff89c 100644
--- a/teensy/main.c
+++ b/teensy/main.c
@@ -39,7 +39,7 @@ void flash_error(int n) {
}
}
-void __fatal_error(const char *msg) {
+void NORETURN __fatal_error(const char *msg) {
for (volatile uint delay = 0; delay < 10000000; delay++) {
}
led_state(1, 1);