编码转换: GBK -> UTF-8,所有.c/.h源文件中文注释统一UTF-8编码
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
*
|
||||
* Created on: Aug 27, 2024
|
||||
* Author: Thinkpad
|
||||
* 2026-07-18: 算法移植 DLD154V4B, 移除 FltHistoryManager / SecondOrderState /
|
||||
* StageRangeConfig 等旧算法结构
|
||||
* 2026-07-18: 算法移植 DLD154V4B, 移除 FltHistoryManager / SecondOrderState /
|
||||
* StageRangeConfig 等旧算法结构
|
||||
*/
|
||||
|
||||
#ifndef INCLUDE_CMCNG_H_
|
||||
@@ -20,9 +20,9 @@
|
||||
#define HARDWARE_VER_MAIN 4
|
||||
#define HARDWARE_VER_SUB 1
|
||||
|
||||
/* 功能模式位 (direction_mode 高4位, 协议保留; 新算法不再消费) */
|
||||
#define FUNCTION_A 0x01 // 二次判断 (已废弃)
|
||||
#define FUNCTION_B 0x02 // 二次判断增强条件判断 (已废弃)
|
||||
/* 功能模式位 (direction_mode 高4位, 协议保留; 新算法不再消费) */
|
||||
#define FUNCTION_A 0x01 // 二次判断 (已废弃)
|
||||
#define FUNCTION_B 0x02 // 二次判断增强条件判断 (已废弃)
|
||||
#define FUNCTION_C 0x04 //
|
||||
#define FUNCTION_D 0x08 //
|
||||
|
||||
@@ -38,9 +38,9 @@ extern uint8_t g_loop_power_up_state;
|
||||
|
||||
extern uint8_t g_function_mode;
|
||||
|
||||
/* 新算法状态 (DLD154V4B 移植) */
|
||||
extern uint8_t g_loop_stable; // 稳定期结束标志 (0=收敛中, 1=稳定)
|
||||
extern uint8_t g_env_activity; // 环境活跃度 (BLE condition 字段来源)
|
||||
/* 新算法状态 (DLD154V4B 移植) */
|
||||
extern uint8_t g_loop_stable; // 稳定期结束标志 (0=收敛中, 1=稳定)
|
||||
extern uint8_t g_env_activity; // 环境活跃度 (BLE condition 字段来源)
|
||||
|
||||
uint32_t mstick(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user