Commit a2b71239 authored by 陈家乐's avatar 陈家乐

🐞 fix:61555 TCS存储错误,更改传入参数

parent 998780ae
......@@ -20,7 +20,7 @@ void Data_TCS_Set_OnOff(uint8_t u8Data)
{
uint8_t u8Data1[1u] = {0};
u8Data1[0u] = u8Data;
eeprom_WriteRecord(EEPROM_BLOCK_08, (uint8_t *)u8Data, 1);
eeprom_WriteRecord(EEPROM_BLOCK_08, (uint8_t *)u8Data1, 1);
}
void Key_Operation_Left(Key_Event_en_t enKeyEvent)//Mode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment