summaryrefslogtreecommitdiff
path: root/firmware/export/adc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/adc.h')
-rw-r--r--firmware/export/adc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/adc.h b/firmware/export/adc.h
index b1d78eac8f..a18cb1995a 100644
--- a/firmware/export/adc.h
+++ b/firmware/export/adc.h
@@ -40,6 +40,7 @@
40#define ADC_BUTTON_ONOFF 3 /* the on/off button, high value if pressed */ 40#define ADC_BUTTON_ONOFF 3 /* the on/off button, high value if pressed */
41#define ADC_BUTTON_ROW1 4 /* Used for scanning the keys, different 41#define ADC_BUTTON_ROW1 4 /* Used for scanning the keys, different
42 voltages for different keys */ 42 voltages for different keys */
43#define ADC_USB_ACTIVE 5 /* USB bridge activity */
43#define ADC_UNREG_POWER 7 /* Battery voltage */ 44#define ADC_UNREG_POWER 7 /* Battery voltage */
44 45
45#else 46#else