瀏覽代碼

初始化宏使用错误

HubretXie 7 年之前
父節點
當前提交
57da7246d8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/pm/timer_app.c

+ 1 - 1
examples/pm/timer_app.c

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