Fix DRS
This commit is contained in:
@ -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 _) {
|
||||
|
||||
Reference in New Issue
Block a user