oopsie in doxygen led to commenting out way too much

This commit is contained in:
gutmet 2022-10-23 22:56:12 +02:00
parent e9d398e81d
commit 32f96874b1

View File

@ -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);
/**