Index: firmware/App/Drivers/GPIO.h =================================================================== diff -u -r830213bc6dcc1a684610caf78c79d55f2cb41e93 -re39cba3641902ed9c670f1ca7499f0b25b59bef1 --- firmware/App/Drivers/GPIO.h (.../GPIO.h) (revision 830213bc6dcc1a684610caf78c79d55f2cb41e93) +++ firmware/App/Drivers/GPIO.h (.../GPIO.h) (revision e39cba3641902ed9c670f1ca7499f0b25b59bef1) @@ -14,12 +14,12 @@ * @date (original) 29-Aug-2024 * ***************************************************************************/ - -#ifndef __GPIO_H__ -#define __GPIO_H__ - -#include "DDCommon.h" - + +#ifndef __GPIO_H__ +#define __GPIO_H__ + +#include "DDCommon.h" + /** * @defgroup GPIO GPIO * @brief The GPIO unit provides definitions and GPIO pin access abstraction @@ -29,13 +29,15 @@ * @{ */ +// ********** public definitions ********** + // ********** public function prototypes ********** void toggleWatchdogPetSignal( void ); void setWatchdogPetSignal( void ); void clrWatchdogPetSignal( void ); -PIN_SIGNAL_STATE_T getCPLDWatchdogExpired( void ); +PIN_SIGNAL_STATE_T getWatchdogExpired( void ); /**@}*/ -#endif +#endif