Revision 23437e98 core/inc/aos_system.h

View differences:

core/inc/aos_system.h
225 225
  eventmask_t aosSysSsspStartupOsInitSyncCheck(event_listener_t* syncEvtListener);
226 226
#endif
227 227
  void aosSysGetUptimeX(aos_timestamp_t* ut);
228
#if (HAL_USE_RTC == TRUE)
228 229
  void aosSysGetDateTime(struct tm* dt);
229 230
  void aosSysSetDateTime(struct tm* dt);
231
#endif /* HAL_USE_RTC == TRUE */
230 232
  void aosSysShutdownInit(aos_shutdown_t shutdown);
231 233
  void aosSysStop(void);
232 234
  void aosSysDeinit(void);

Also available in: Unified diff