Revision c218345a core/inc/aos_system.h

View differences:

core/inc/aos_system.h
171 171
#endif /* defined(__cplusplus) */
172 172
  void aosSysInit(const char* shellPrompt);
173 173
  void aosSysStart(void);
174
#if (AMIROOS_CFG_SSSP_ENABLE == true) || defined (__DOXYGEN__)
175
  void aosSysStartUptime(void);
176
#endif /* (AMIROOS_CFG_SSSP_ENABLE == true) */
174
  void aosSysStartUptimeS(void);
177 175
  void aosSysGetUptimeX(aos_timestamp_t* ut);
178 176
#if (HAL_USE_RTC == TRUE) || defined(__DOXYGEN__)
179 177
  void aosSysGetDateTime(struct tm* dt);

Also available in: Unified diff