17 lines
125 B
C
17 lines
125 B
C
|
#ifndef __BSP_BAT_H__
|
||
|
#define __BSP_BAT_H__
|
||
|
|
||
|
|
||
|
#include "CONFIG.h"
|
||
|
|
||
|
void BSP_BAT_Init(void);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif //!@__BSP_BAT_H__
|