Revision 75c1f470 core/src/aos_system.c
core/src/aos_system.c | ||
---|---|---|
332 | 332 |
dt.tm_mon + 1, |
333 | 333 |
dt.tm_year + 1900); |
334 | 334 |
_printSystemInfoLine(stream, "Time", SYSTEM_INFO_NAMEWIDTH, "%02u:%02u:%02u", dt.tm_hour, dt.tm_min, dt.tm_sec); |
335 |
#if (AMIROOS_CFG_SSSP_ENABLE == true) && (HAL_USE_CAN != TRUE) |
|
336 |
#if (AMIROOS_CFG_SSSP_MASTER == true) |
|
337 |
_printSystemInfoLine(stream, "", SYSTEM_INFO_NAMEWIDTH, "Date & Time were not synchronized to slave modules."); |
|
338 |
#else /* (AMIROOS_CFG_SSSP_MASTER == true) */ |
|
339 |
_printSystemInfoLine(stream, "", SYSTEM_INFO_NAMEWIDTH, "Date & Time were not synchronized from master module."); |
|
340 |
#endif /* (AMIROOS_CFG_SSSP_MASTER == true) */ |
|
341 |
#endif /* (AMIROOS_CFG_SSSP_ENABLE == true) && (HAL_USE_CAN != TRUE) */ |
|
335 | 342 |
#endif /* (HAL_USE_RTC == TRUE) */ |
336 | 343 |
|
337 | 344 |
_printSystemInfoSeparator(stream, '=', SYSTEM_INFO_WIDTH); |
Also available in: Unified diff