summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tcc77x/system-tcc77x.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tcc77x/system-tcc77x.c')
-rw-r--r--firmware/target/arm/tcc77x/system-tcc77x.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/target/arm/tcc77x/system-tcc77x.c b/firmware/target/arm/tcc77x/system-tcc77x.c
index 0896026b55..90e53afb14 100644
--- a/firmware/target/arm/tcc77x/system-tcc77x.c
+++ b/firmware/target/arm/tcc77x/system-tcc77x.c
@@ -58,6 +58,11 @@ void system_reboot(void)
58{ 58{
59} 59}
60 60
61void system_exception_wait(void)
62{
63 while (1);
64}
65
61/* TODO - these should live in the target-specific directories and 66/* TODO - these should live in the target-specific directories and
62 once we understand what all the GPIO pins do, move the init to the 67 once we understand what all the GPIO pins do, move the init to the
63 specific driver for that hardware. For now, we just perform the 68 specific driver for that hardware. For now, we just perform the