Fixed drivers

This commit is contained in:
Kevin Thomas
2026-03-23 11:20:32 -04:00
parent 91faba6800
commit a98b864d4c
2169 changed files with 300114 additions and 121 deletions
-2
View File
@@ -46,7 +46,6 @@
#define LED_PIN 25
#define DEBOUNCE_MS 20
/**
* @brief Poll button state and report edge transitions over UART
*
@@ -64,7 +63,6 @@ static void _poll_button(bool *last_state) {
}
}
/**
* @brief Application entry point for the button debounce demo
*