We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48a79be + 6776409 commit bbba813Copy full SHA for bbba813
grbl/system.c
@@ -41,7 +41,7 @@ void system_init()
41
uint8_t system_control_get_state()
42
{
43
uint8_t control_state = 0;
44
- uint8_t pin = (CONTROL_PIN & CONTROL_MASK);
+ uint32_t pin = (CONTROL_PIN & CONTROL_MASK);
45
#ifdef INVERT_CONTROL_PIN_MASK
46
pin ^= INVERT_CONTROL_PIN_MASK;
47
#endif
0 commit comments