We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8527f commit 3ba635dCopy full SHA for 3ba635d
targets/TARGET_ARM_FM/TARGET_FVP_MPS2/us_ticker.c
@@ -28,7 +28,7 @@
28
* TIMER1 is for counting, and returns inverted binary when read from it
29
* TIMER2 is for generate interrupts
30
*/
31
-int us_ticker_inited = 0;
+static int us_ticker_inited = 0;
32
33
void us_ticker_init(void)
34
{
0 commit comments