Restore backtrace which was accidentely commented out

Change-Id: Ic6e945ffa5b83a38efdbecc3aea2433b1d91bb45
This commit is contained in:
Amaury Pouly 2012-05-19 16:54:30 +02:00
parent 733eb9af40
commit a42f5736b1

View file

@ -148,7 +148,7 @@ void NORETURN_ATTR UIE(unsigned int pc, unsigned int num)
if (!triggered) if (!triggered)
{ {
triggered = true; triggered = true;
//backtrace(pc, __get_sp(), &line); backtrace(pc, __get_sp(), &line);
} }
lcd_update(); lcd_update();