#ifndef __hal_error_h__ #define __hal_error_h__ #include "main.h" void ERR_Init(void); void ERR_process(void); uint32_t ERR_Get(void); #endif