hal_error.h 147 B

123456789101112
  1. #ifndef __hal_error_h__
  2. #define __hal_error_h__
  3. #include "main.h"
  4. void ERR_Init(void);
  5. void ERR_process(void);
  6. uint32_t ERR_Get(void);
  7. #endif