Index: FPGA.c =================================================================== diff -u -r809103b805b84e80dda7e3dd1e77a52330610666 -rcc8db062292cdcbdb29e4174af5976ccf150d0c0 --- FPGA.c (.../FPGA.c) (revision 809103b805b84e80dda7e3dd1e77a52330610666) +++ FPGA.c (.../FPGA.c) (revision cc8db062292cdcbdb29e4174af5976ccf150d0c0) @@ -25,15 +25,17 @@ #include "FPGA.h" #ifdef _TD_ #include "FpgaTD.h" +#include "OperationModes.h" #endif #ifdef _DD_ #include "FpgaDD.h" +#include "OperationModes.h" #endif #ifdef _RO_ #include "FpgaFP.h" +#include "FPOperationModes.h" #endif #include "Messaging.h" -#include "OperationModes.h" #include "PersistentAlarm.h" #include "Timers.h" #include "Utilities.h"