From 0e91bca2aaebc14a6ea8ef97433d4a7953876ffa Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期三, 29 三月 2023 15:08:23 +0800 Subject: [PATCH] Merge branch '防撞' of http://47.108.70.204:60062/r/XRange_Tag into 防撞 --- Src/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/main.c b/Src/main.c index 933c87a..89182e9 100644 --- a/Src/main.c +++ b/Src/main.c @@ -308,7 +308,7 @@ hardware_pici = STMFLASH_ReadHalfWord(FLASH_HARDWARE_VERSION_MAP+2); hardware_type = STMFLASH_ReadHalfWord(FLASH_HARDWARE_VERSION_MAP+4); //deca_sleep(1000); - g_com_map[VERSION] = (1<<8)|32; + g_com_map[VERSION] = (1<<8)|33; active_flag = g_com_map[ACTIVE_INDEX]; module_power = g_com_map[POWER]; imu_enable=g_com_map[IMU_ENABLE]; -- Gitblit v1.9.3