add commit hash (manual!)

This commit is contained in:
2024-07-22 19:32:24 +02:00
parent a07d51f223
commit a4bea0d78b
4 changed files with 148 additions and 58 deletions

View File

@ -14,7 +14,7 @@
#define DRS_BUTTON_IDX (6)
#define DRS_PRESS_WAIT_CYCLES (10)
static drs_press_buf_cycles = 0;
static int drs_press_buf_cycles = 0;
void ui_thread_entry(ULONG _) {
GPIO_TypeDef *button_ports[NUM_BUTTONS] = {BTN1_GPIO_Port, BTN2_GPIO_Port,