Skip to content

Commit 66a300c

Browse files
committed
remove(keyboard): remove unused variable
1 parent 10d9c52 commit 66a300c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/keyboard/main/battery_adc.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@
1515
#include "bsp/esp-bsp.h"
1616
#include "adc_battery_estimation.h"
1717

18-
int g_battery_percent;
19-
2018
static const char *TAG = "BATTERY-ADC";
2119

2220
static TaskHandle_t battery_monitor_task_handle;
23-
2421
static void battery_monitor_task(void *pvParameters);
2522

2623
/* Pull up resistor value. Unit: KOhm */

0 commit comments

Comments
 (0)