gpio readall didn't work on the Zero. This fixed that little goof

This commit is contained in:
Gordon Henderson
2015-12-02 15:13:01 +00:00
parent bb6f08487c
commit 31a8a2cdb8
2 changed files with 6 additions and 1 deletions

View File

@@ -76,6 +76,9 @@
#define PI_MODEL_2 4
#define PI_ALPHA 5
#define PI_MODEL_CM 6
#define PI_MODEL_07 7
#define PI_MODEL_08 8
#define PI_MODEL_ZERO 9
#define PI_VERSION_1 0
#define PI_VERSION_1_1 1