STM32 RTC Scheduler
RTC-based scheduler for ultra-low power applications
error_handler.h
Go to the documentation of this file.
1 
14 #ifndef ERROR_HANDLER_H
15 #define ERROR_HANDLER_H
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 /* Functions -----------------------------------------------------------------*/
22 void ErrorHandler(void);
23 
24 #ifdef __cplusplus
25 }
26 #endif
27 
28 #endif /* ERROR_HANDLER_H */
ErrorHandler
void ErrorHandler(void)
This function is executed in case of an error.
Definition: error_handler.c:25