Use signed for pin_t
This commit is contained in:
parent
2aafc5b7b0
commit
baaf79b755
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef uint8_t pin_t;
|
||||
typedef int8_t pin_t;
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue