Fixed missing function prototype in fake_GPIO.h

This commit is contained in:
mdlewisfb
2018-10-02 16:16:37 -07:00
parent 28bef2fa9a
commit 40348f0ad4

View File

@@ -24,5 +24,6 @@ typedef struct FakeGpio_Obj {
extern const OcGpio_FnTable FakeGpio_fnTable;
void FakeGpio_triggerInterrupt(const OcGpio_Pin *pin);
void FakeGpio_registerDevSimple(void *GpioPins, void *GpioConfig);
#endif /* FAKE_GPIO_H_ */