1
0
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:
Robert Wolterman
2016-06-20 20:25:17 -05:00
committed by GitHub
parent 409c803aa5
commit baaa5774db

View File

@ -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];