Index: firmware/App/Services/CpldInterface.h =================================================================== diff -u -r772fdd144e4006fada12a2e91519378b29d54bae -r3518e8a088c32e75c0c8960d5e629a7401095feb --- firmware/App/Services/CpldInterface.h (.../CpldInterface.h) (revision 772fdd144e4006fada12a2e91519378b29d54bae) +++ firmware/App/Services/CpldInterface.h (.../CpldInterface.h) (revision 3518e8a088c32e75c0c8960d5e629a7401095feb) @@ -22,7 +22,7 @@ /** * @defgroup CPLD_Interface CPLD_Interface - * @brief The CPLD interface module provides functions to interface with the + * @brief The CPLD interface unit provides functions to interface with the * CPLD (watchdog, safety, alarm lamp, off/stop buttons, power off request). * * @addtogroup CPLD_Interface @@ -42,7 +42,7 @@ void initCPLD( void ); void toggleCPLDWatchdog( void ); -PIN_SIGNAL_STATE_T getCPLDWatchdogExpired( void ); +PIN_SIGNAL_STATE_T getCPLDSafety( void ); void setCPLDLampGreen( PIN_SIGNAL_STATE_T level ); void setCPLDLampBlue( PIN_SIGNAL_STATE_T level );