mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-20 12:53:22 +00:00
Updating the gpio_direction array to contain all the possible gpio. Not sure how this wasn't fubaring the code.
This commit is contained in:
@ -45,7 +45,7 @@ SOFTWARE.
|
|||||||
#define FILENAME_BUFFER_SIZE 128
|
#define FILENAME_BUFFER_SIZE 128
|
||||||
|
|
||||||
int gpio_mode;
|
int gpio_mode;
|
||||||
int gpio_direction[120];
|
int gpio_direction[1024];
|
||||||
|
|
||||||
char ctrl_dir[35];
|
char ctrl_dir[35];
|
||||||
char ocp_dir[25];
|
char ocp_dir[25];
|
||||||
|
Reference in New Issue
Block a user