Index: FPGA.c =================================================================== diff -u -re3a4d7c5c18dc07a6cc7fe2dc07d0d143fd92c57 -rcc8db062292cdcbdb29e4174af5976ccf150d0c0 --- FPGA.c (.../FPGA.c) (revision e3a4d7c5c18dc07a6cc7fe2dc07d0d143fd92c57) +++ 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 "FpgaRO.h" +#include "FpgaFP.h" +#include "FPOperationModes.h" #endif #include "Messaging.h" -#include "OperationModes.h" #include "PersistentAlarm.h" #include "Timers.h" #include "Utilities.h"