mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-24 04:29:34 +00:00
Use signed for pin_t
This commit is contained in:
parent
2aafc5b7b0
commit
baaf79b755
@ -31,7 +31,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef uint8_t pin_t;
|
||||
typedef int8_t pin_t;
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user