@@ -8,11 +8,11 @@ void led_init(void) {
}
void led_on(void) {
gpio_bit_set(LED_PORT, LED_PIN);
gpio_bit_reset(LED_PORT, LED_PIN);
void led_off(void) {
void led_toggle(void) {
The note is not visible to the blocked user.