Use signed for pin_t
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef uint8_t pin_t;
|
||||
typedef int8_t pin_t;
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
|
Reference in New Issue
Block a user