mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 21:18:13 +08:00
用AaaBbbCcc()格式重命名函数名
This commit is contained in:
@@ -102,7 +102,7 @@ static void KeyLongPress(void)
|
||||
{
|
||||
// os_log("KeyLongPress");
|
||||
// UserLedSet(1);
|
||||
// user_mqtt_send("mqtt test");
|
||||
// UserMqttSend("mqtt test");
|
||||
}
|
||||
|
||||
static void KeyLong10sPress(void)
|
||||
@@ -127,7 +127,7 @@ static void KeyShortPress(void)
|
||||
|
||||
for (i = 0; i < SOCKET_NUM; i++)
|
||||
{
|
||||
user_mqtt_send_socket_state(i);
|
||||
UserMqttSendSocketState(i);
|
||||
}
|
||||
}
|
||||
mico_timer_t user_key_timer;
|
||||
|
||||
Reference in New Issue
Block a user