Changeset 27 for trunk/fw_g473rct/Core/Src/main.c
- Timestamp:
- Sep 10, 2025, 8:48:05 AM (7 weeks ago)
- File:
-
- 1 edited
-
trunk/fw_g473rct/Core/Src/main.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fw_g473rct/Core/Src/main.c
r26 r27 494 494 495 495 /* USER CODE BEGIN 4 */ 496 void LoadBackupRegister( )496 void LoadBackupRegister(void) 497 497 { 498 498 if (HAL_RTCEx_BKUPRead(&hrtc, RTC_BKP_DR1) == 0xBEBE) … … 768 768 /* User can add his own implementation to report the HAL error return state */ 769 769 __disable_irq(); 770 printf("error handler\r\n"); //Eventuell zeile entfernen, um besser den callstack zu sehen 771 770 772 while (1) 771 773 { … … 786 788 /* User can add his own implementation to report the file name and line number, 787 789 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); 788 791 /* USER CODE END 6 */ 789 792 }
Note: See TracChangeset
for help on using the changeset viewer.
