mirror of https://github.com/ARMmbed/mbed-os.git
change us_ticker_inited to static
parent
0c8527f5c1
commit
3ba635d233
|
@ -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