Index: AlarmMgmt.c =================================================================== diff -u -r842d6d28b1f88d07b9aedfec86e6dc0b677ad669 -rcc8db062292cdcbdb29e4174af5976ccf150d0c0 --- AlarmMgmt.c (.../AlarmMgmt.c) (revision 842d6d28b1f88d07b9aedfec86e6dc0b677ad669) +++ AlarmMgmt.c (.../AlarmMgmt.c) (revision cc8db062292cdcbdb29e4174af5976ccf150d0c0) @@ -19,8 +19,12 @@ #define __ALARM_MGMT_C__ -#include "Messaging.h" +#ifdef _RO_ +#include "FPOperationModes.h" +#else #include "OperationModes.h" +#endif +#include "Messaging.h" #include "TaskGeneral.h" #include "Timers.h"