We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1255534 commit 7e18836Copy full SHA for 7e18836
source/board/microbitv2/pwr_mon.c
@@ -35,7 +35,7 @@
35
#define ADC_MV_TO_ADC(x) ((x) * 0xFFF / 3300) // Convert mV to ADC value (12bit and 3.3V reference)
36
#define BATT_MIN_VOLTAGE 1500
37
38
-void pwr_mon_bandgap_init(void);
+static void pwr_mon_bandgap_init(void);
39
static uint32_t pwr_mon_read_vbg(uint32_t channelGroup);
40
static uint32_t pwr_mon_adc_to_mv(uint32_t raw_adc);
41
0 commit comments