第一次上传E3boot
This commit is contained in:
16
btm_init.h
Normal file
16
btm_init.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __BTM_INIT_H__
|
||||
#define __BTM_INIT_H__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include "sdrv_btm.h"
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
extern volatile uint8_t Btm10ms;
|
||||
extern volatile uint8_t Btm1ms;
|
||||
extern sdrv_btm_t gstsdrv_btm_timer1;
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
int btm_init(void);
|
||||
|
||||
#endif /* __BTM_INIT_H__ */
|
||||
Reference in New Issue
Block a user