Ignore:
Timestamp:
Feb 14, 2025, 8:27:41 AM (3 months ago)
Author:
Zed
Message:

Fixing project before changing MPU settings in CubeMX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ctrl/firmware/Main/SES/Core/Src/main_task.cpp

    r90 r92  
    6262                HAL_RTC_GetTime(&hrtc, &sTime, RTC_FORMAT_BIN);
    6363                HAL_RTC_GetDate(&hrtc, &sDate, RTC_FORMAT_BIN);
    64                 printf("%u:%u:%u\n", sTime.Hours, sTime.Minutes, sTime.Seconds);
     64                printf("%u:%u:%u %02u-%02u-%4u\n", sTime.Hours, sTime.Minutes, sTime.Seconds, sDate.Date, sDate.Month, (unsigned)sDate.Year + 2000U);
    6565
    6666                vTaskDelay(pdMS_TO_TICKS(delay_ms));
Note: See TracChangeset for help on using the changeset viewer.