Ignore:
Timestamp:
Sep 10, 2025, 8:48:05 AM (7 weeks ago)
Author:
f.jahn
Message:

Fixing project before CubeMX regeneration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fw_g473rct/Core/Src/main.c

    r26 r27  
    494494
    495495/* USER CODE BEGIN 4 */
    496 void LoadBackupRegister()
     496void LoadBackupRegister(void)
    497497{
    498498    if (HAL_RTCEx_BKUPRead(&hrtc, RTC_BKP_DR1) == 0xBEBE)
     
    768768  /* User can add his own implementation to report the HAL error return state */
    769769  __disable_irq();
     770  printf("error handler\r\n"); //Eventuell zeile entfernen, um besser den callstack zu sehen
     771
    770772  while (1)
    771773  {
     
    786788  /* User can add his own implementation to report the file name and line number,
    787789     ex: printf("Wrong parameters value: file %s on line %d\r\n", file, line) */
     790         printf("Wrong parameters value: file %s on line %d\r\n", file, line);
    788791  /* USER CODE END 6 */
    789792}
Note: See TracChangeset for help on using the changeset viewer.