diff --git a/Inc/GpioPinInterface.h b/Inc/GpioPinInterface.h index 49ccb8f..b14c6a3 100644 --- a/Inc/GpioPinInterface.h +++ b/Inc/GpioPinInterface.h @@ -14,10 +14,6 @@ typedef struct { uint32_t pin; } tGpioPin; -void GpioPinSet(tGpioPin *pin, bool value); - -bool GpioPinGet(tGpioPin *pin); - #define GpioPinEnable(PIN) GpioPinSet(PIN,true) #define GpioPinDisable(PIN) GpioPinSet(PIN,false) #endif //ABSTRACTGPIOPIN_GPIOPININTERFACE_H