This commit is contained in:
2024-07-23 15:13:22 +02:00
parent 5fb5d271b1
commit 10aa474124
3 changed files with 148 additions and 145 deletions

View File

@ -13,7 +13,7 @@
#include "leds.h"
#define DRS_BUTTON_IDX (6)
#define DRS_PRESS_WAIT_CYCLES (10)
#define DRS_PRESS_WAIT_CYCLES (1000)
static int drs_press_buf_cycles = 0;
void ui_thread_entry(ULONG _) {