mirror of https://github.com/ARMmbed/mbed-os.git
Change to static.
parent
446bcdd7df
commit
8fae6b7a85
|
@ -27,7 +27,7 @@
|
|||
|
||||
ADC_TypeDef * AdcHandle;
|
||||
|
||||
int adc_inited = 0;
|
||||
static int adc_inited = 0;
|
||||
|
||||
void analogin_init(analogin_t *obj, PinName pin)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue