diff options
Diffstat (limited to 'core/wiring_shift.c')
-rw-r--r-- | core/wiring_shift.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/wiring_shift.c b/core/wiring_shift.c index 28c6dfc..a2487e7 100644 --- a/core/wiring_shift.c +++ b/core/wiring_shift.c @@ -24,7 +24,7 @@ #include "wiring.h" -void shiftOut(uint8_t dataPin, uint8_t clockPin, uint8_t bitOrder, byte val) +void shiftOut(uint8 dataPin, uint8 clockPin, uint8 bitOrder, uint8 val) { int i; |