| ex1.auto-light/Board/miscdev.c | ●●●●● patch | view | raw | blame | history | |
| ex1.buzzer-music/Board/miscdev.c | ●●●●● patch | view | raw | blame | history |
ex1.auto-light/Board/miscdev.c
@@ -79,7 +79,7 @@ if( which >= LedMax ) return ; level = status==OFF ? GPIO_PIN_SET : GPIO_PIN_RESET; level = status==ON ? leds[which].active : !leds[which].active; HAL_GPIO_WritePin(leds[which].group, leds[which].pin, level); } ex1.buzzer-music/Board/miscdev.c
@@ -79,7 +79,7 @@ if( which >= LedMax ) return ; level = status==OFF ? GPIO_PIN_SET : GPIO_PIN_RESET; level = status==ON ? leds[which].active : !leds[which].active; HAL_GPIO_WritePin(leds[which].group, leds[which].pin, level); }