Index: firmware/App/Services/Interrupts.c =================================================================== diff -u -r47c41046beba8affaaaa13a4f222a7b99bd193f1 -r45902a43cf8d9d066b314418d78a3ff1d1895006 --- firmware/App/Services/Interrupts.c (.../Interrupts.c) (revision 47c41046beba8affaaaa13a4f222a7b99bd193f1) +++ firmware/App/Services/Interrupts.c (.../Interrupts.c) (revision 45902a43cf8d9d066b314418d78a3ff1d1895006) @@ -75,7 +75,7 @@ *************************************************************************/ void phantomInterrupt( void ) { - // TODO - what to do with phantom interrupts? + SET_ALARM_WITH_1_U32_DATA( ALARM_ID_DG_SOFTWARE_FAULT, SW_FAULT_ID_PHANTOM_INTERRUPT ) } /*********************************************************************//**