mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-27 10:22:08 +00:00
Fixed missing function prototype in fake_GPIO.h
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user