Index: firmware/App/Drivers/GPIO.h =================================================================== diff -u -r830213bc6dcc1a684610caf78c79d55f2cb41e93 -r9ed40798a5f4779db8a07bb6e256f7de99660108 --- firmware/App/Drivers/GPIO.h (.../GPIO.h) (revision 830213bc6dcc1a684610caf78c79d55f2cb41e93) +++ firmware/App/Drivers/GPIO.h (.../GPIO.h) (revision 9ed40798a5f4779db8a07bb6e256f7de99660108) @@ -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 @@ -34,8 +34,9 @@ void toggleWatchdogPetSignal( void ); void setWatchdogPetSignal( void ); void clrWatchdogPetSignal( void ); -PIN_SIGNAL_STATE_T getCPLDWatchdogExpired( void ); +PIN_SIGNAL_STATE_T getWatchdogExpired( void ); +U08 getGPIOStatusFromFPGA( void ); /**@}*/ -#endif +#endif