15 lines
122 B
C
15 lines
122 B
C
|
|
||
|
#ifndef BL_ABNORMAL_MANAGE_H_
|
||
|
#define BL_ABNORMAL_MANAGE_H_
|
||
|
|
||
|
#include "FM_TIM.h"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
void checkAbnormal(void);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|