guowenxue
10 days ago a40997aa12029f24ef0904d9af6415c975c4322f
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);
}