diff options
| author | Hierophect <hierophect@gmail.com> | 2019-09-11 13:55:48 -0400 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2019-09-11 13:55:48 -0400 |
| commit | d888922db659241828e12ce0568c547aa56cc2e6 (patch) | |
| tree | 30fc07a9a0d2a0973043399dc519ebe187c5d30a | |
| parent | 9f8c8c6504f1dfbf63b877499bd6597146fa29fc (diff) | |
minor text fix
| -rw-r--r-- | ports/stm32f4/common-hal/microcontroller/Pin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32f4/common-hal/microcontroller/Pin.c b/ports/stm32f4/common-hal/microcontroller/Pin.c index 3a2dd01c5..e9693e18c 100644 --- a/ports/stm32f4/common-hal/microcontroller/Pin.c +++ b/ports/stm32f4/common-hal/microcontroller/Pin.c @@ -54,7 +54,7 @@ void reset_all_pins(void) { // Mark pin as free and return it to a quiescent state. void reset_pin_number(uint8_t pin_port, uint8_t pin_number) { - if (pin_port == 0x00) { + if (pin_port == 0x0F) { return; } |
