change us_ticker_inited to static

pull/7375/head
Qinghao Shi 2018-06-12 11:31:16 +01:00 committed by adbridge
parent 341f4b45e3
commit e23bde94ac
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
* TIMER1 is for counting, and returns inverted binary when read from it * TIMER1 is for counting, and returns inverted binary when read from it
* TIMER2 is for generate interrupts * TIMER2 is for generate interrupts
*/ */
int us_ticker_inited = 0; static int us_ticker_inited = 0;
void us_ticker_init(void) void us_ticker_init(void)
{ {