We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8c8c6 commit d888922Copy full SHA for d888922
1 file changed
ports/stm32f4/common-hal/microcontroller/Pin.c
@@ -54,7 +54,7 @@ void reset_all_pins(void) {
54
55
// Mark pin as free and return it to a quiescent state.
56
void reset_pin_number(uint8_t pin_port, uint8_t pin_number) {
57
- if (pin_port == 0x00) {
+ if (pin_port == 0x0F) {
58
return;
59
}
60
0 commit comments