summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/adc.h1
-rw-r--r--firmware/export/ata_mmc.h1
2 files changed, 2 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
diff --git a/firmware/export/ata_mmc.h b/firmware/export/ata_mmc.h
index 957849925b..6c5141dd05 100644
--- a/firmware/export/ata_mmc.h
+++ b/firmware/export/ata_mmc.h
@@ -41,5 +41,6 @@ bool mmc_detect(void);
41unsigned long mmc_extract_bits(const unsigned long *p, unsigned int start, 41unsigned long mmc_extract_bits(const unsigned long *p, unsigned int start,
42 unsigned int size); 42 unsigned int size);
43tCardInfo *mmc_card_info(int card_no); 43tCardInfo *mmc_card_info(int card_no);
44bool mmc_usb_active(int delayticks);
44 45
45#endif 46#endif