Ô´Âë/ºËÐİå/Src/application/global_param.h
@@ -3,8 +3,8 @@
#include "stm32f10x.h"
#define COM_MAP_SIZE   1024
#define COM_MAP_SIZE      1024      //MAP表的最大空间
#define   DEFAULT_DISTANCE   1000      //初始测距距离为10ç±³
/*---------------Map Definition-------------------*/
#define    DEV_ROLE            0x10      //该设备是anchor还是tag   
@@ -17,8 +17,8 @@
/*------------END Map Definition-------------------*/
extern uint16_t g_com_map[COM_MAP_SIZE];
extern uint16_t g_com_map[COM_MAP_SIZE];
extern uint32_t save_com_map_to_flash(void);
extern void parameter_init(void);