Merge pull request #2091 from HubertXie/master

初始化宏使用错误
This commit is contained in:
Bernard Xiong 2018-12-19 21:09:42 +08:00 committed by GitHub
commit 3731ae2858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ static int timer_app_init(void)
return -1;
}
}
INIT_EXPORT_APP(timer_app_init);
INIT_APP_EXPORT(timer_app_init);
#endif /* RT_USING_PM */