update mute and mode button exchanged
This commit is contained in:
@@ -100,6 +100,7 @@ timer tm;
|
||||
#define EQ_SYNC_DELAY (50000000) //500ms delay for EQ parameter sync
|
||||
|
||||
// 改动原因:C1四个实体按键全部接在XS1_PORT_8D的bit4-bit7,统一定义位掩码,避免在按键状态机中直接使用魔数。
|
||||
// 改动原因:硬件 mic mute 与 mode 按键对调,掩码与 bit4/bit6 接线一致。
|
||||
#define C1_KEY_MODE_MASK 0x40
|
||||
#define C1_KEY_VOL_DOWN_MASK 0x20
|
||||
#define C1_KEY_MIC_MUTE_MASK 0x10
|
||||
|
||||
Reference in New Issue
Block a user