Change to static.

pull/1121/head
hjjeon0608 2015-05-22 10:42:56 +09:00
parent 446bcdd7df
commit 8fae6b7a85
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
ADC_TypeDef * AdcHandle;
int adc_inited = 0;
static int adc_inited = 0;
void analogin_init(analogin_t *obj, PinName pin)
{