mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
Updating fake_GPIO to use OC_EC_GPIOCOUNT
This commit is contained in:
@@ -10,9 +10,10 @@
|
||||
#ifndef FAKE_GPIO_H_
|
||||
#define FAKE_GPIO_H_
|
||||
|
||||
#include "common/inc/global/OC_CONNECT1.h"
|
||||
#include "src/drivers/OcGpio.h"
|
||||
|
||||
#define FAKE_GPIO_PIN_COUNT 32
|
||||
#define FAKE_GPIO_PIN_COUNT OC_EC_GPIOCOUNT
|
||||
|
||||
typedef struct FakeGpio_Obj {
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user