Skip to content

Commit 3ba635d

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
change us_ticker_inited to static
1 parent 0c8527f commit 3ba635d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/us_ticker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* TIMER1 is for counting, and returns inverted binary when read from it
2929
* TIMER2 is for generate interrupts
3030
*/
31-
int us_ticker_inited = 0;
31+
static int us_ticker_inited = 0;
3232

3333
void us_ticker_init(void)
3434
{

0 commit comments

Comments
 (0)