From 32f96874b1e5c46c5f9e5fd1c5d680e5de4b6602 Mon Sep 17 00:00:00 2001 From: gutmet Date: Sun, 23 Oct 2022 22:56:12 +0200 Subject: [PATCH] oopsie in doxygen led to commenting out way too much --- firmware/include/pentabug/hal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/include/pentabug/hal.h b/firmware/include/pentabug/hal.h index 3f0f7e1..278b74b 100644 --- a/firmware/include/pentabug/hal.h +++ b/firmware/include/pentabug/hal.h @@ -45,6 +45,7 @@ void button_reset(uint8_t btn); * Sets LED to state. * @param led Side (LEFT or RIGHT) * @param state State off (0) or on (else) + */ void led_set(uint8_t led, uint8_t state); /**