summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/system.c b/firmware/system.c
index 389ecea80a..7163468cf6 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -233,18 +233,12 @@ static const char* const uiename[] = {
233 "Divide by zero" 233 "Divide by zero"
234}; 234};
235 235
236int bla(int arg)
237{
238 return arg+1;
239}
240
241/* Unexpected Interrupt or Exception handler. Currently only deals with 236/* Unexpected Interrupt or Exception handler. Currently only deals with
242 exceptions, but will deal with interrupts later. 237 exceptions, but will deal with interrupts later.
243 */ 238 */
244void UIE(unsigned int pc, unsigned int num) __attribute__((noreturn)); 239void UIE(unsigned int pc, unsigned int num) __attribute__((noreturn));
245void UIE(unsigned int pc, unsigned int num) 240void UIE(unsigned int pc, unsigned int num)
246{ 241{
247#warning got here
248 char str[32]; 242 char str[32];
249 243
250 lcd_clear_display(); 244 lcd_clear_display();