mirror of https://github.com/ARMmbed/mbed-os.git
change us_ticker_inited to static
parent
341f4b45e3
commit
e23bde94ac
|
@ -28,7 +28,7 @@
|
|||
* TIMER1 is for counting, and returns inverted binary when read from it
|
||||
* TIMER2 is for generate interrupts
|
||||
*/
|
||||
int us_ticker_inited = 0;
|
||||
static int us_ticker_inited = 0;
|
||||
|
||||
void us_ticker_init(void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue