diff options
Diffstat (limited to 'src/wiring/wiring.h')
-rw-r--r-- | src/wiring/wiring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wiring/wiring.h b/src/wiring/wiring.h index 2a33b75..5333464 100644 --- a/src/wiring/wiring.h +++ b/src/wiring/wiring.h @@ -16,7 +16,7 @@ extern "C"{ #define MAPLE 1 -#define NR_MAPLE_PINS 14 // temporary +#define NR_MAPLE_PINS 39 // temporary #define HIGH 0x1 #define LOW 0x0 |