Index: firmware/App/Services/CpldInterface.h =================================================================== diff -u -r3518e8a088c32e75c0c8960d5e629a7401095feb -r380b0afc95467d0861ff3aa2cdcde5d5d7ac85e7 --- firmware/App/Services/CpldInterface.h (.../CpldInterface.h) (revision 3518e8a088c32e75c0c8960d5e629a7401095feb) +++ firmware/App/Services/CpldInterface.h (.../CpldInterface.h) (revision 380b0afc95467d0861ff3aa2cdcde5d5d7ac85e7) @@ -34,7 +34,7 @@ /// Safety shutdown broadcast data typedef struct { - U32 isSafetyShutdownActivated; ///< Is safety shutdown active boolean flag + U32 isSafetyShutdownActivated; ///< Is safety shutdown active boolean flag } TD_SAFETY_SHUTDOWN_DATA_T; // ********** public function prototypes **********