diff options
| author | jgillick <j_gillick@yahoo.com> | 2020-03-19 00:02:23 -0700 |
|---|---|---|
| committer | jgillick <j_gillick@yahoo.com> | 2020-03-19 00:02:23 -0700 |
| commit | d9e491a9e863509f240609f6d69fb21de35fec32 (patch) | |
| tree | 4319d7cbceb3047b5a8220527c9de170315a8bb2 | |
| parent | 284073584a66c0fde03e439fbdb54a4a5dc34790 (diff) | |
Remove unnecessary change
| -rw-r--r-- | ports/stm/peripherals/stm32f4/stm32f412zx/gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/stm/peripherals/stm32f4/stm32f412zx/gpio.c b/ports/stm/peripherals/stm32f4/stm32f412zx/gpio.c index 68a75f463..d17ab4e01 100644 --- a/ports/stm/peripherals/stm32f4/stm32f412zx/gpio.c +++ b/ports/stm/peripherals/stm32f4/stm32f412zx/gpio.c @@ -240,3 +240,4 @@ void stm32f4_peripherals_status_led(uint8_t led, uint8_t state) { } } + |
