mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-08-27 13:22:52 +02:00
Fixed drivers
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user