Skip to content

Commit 3731ae2

Browse files
authored
Merge pull request #2091 from HubertXie/master
初始化宏使用错误
2 parents a795c05 + 57da724 commit 3731ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pm/timer_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static int timer_app_init(void)
4848
return -1;
4949
}
5050
}
51-
INIT_EXPORT_APP(timer_app_init);
51+
INIT_APP_EXPORT(timer_app_init);
5252

5353
#endif /* RT_USING_PM */
5454

0 commit comments

Comments
 (0)