Index: firmware/source/sys_main.c =================================================================== diff -u -r73113d51d6ca20fd4e34d69d241fbb18bb70dc1e -r0574b170e0fdd06f1821d49c96b97df10c48f54f --- firmware/source/sys_main.c (.../sys_main.c) (revision 73113d51d6ca20fd4e34d69d241fbb18bb70dc1e) +++ firmware/source/sys_main.c (.../sys_main.c) (revision 0574b170e0fdd06f1821d49c96b97df10c48f54f) @@ -211,7 +211,7 @@ rtiInit(); rtiEnableNotification( rtiNOTIFICATION_COMPARE0 | rtiNOTIFICATION_COMPARE1 | rtiNOTIFICATION_COMPARE3 ); rtiStartCounter( rtiCOUNTER_BLOCK0 ); - // the timer task (and other comm related interrupts) require FIQ enabled + // the timer task requires FIQ enabled _enable_FIQ(); // the general and priority tasks require IRQ enabled _enable_IRQ();