函数名驼峰式-2

This commit is contained in:
zogodo
2019-10-09 18:12:20 +08:00
parent ec4eef27e4
commit 58eec84eec
8 changed files with 54 additions and 54 deletions

View File

@@ -406,9 +406,9 @@ void mqtt_client_thread(mico_thread_arg_t arg)
mqtt_client_release(&c, &n);
isconnect = false;
user_led_set(-1);
UserLedSet(-1);
mico_rtos_thread_msleep(100);
user_led_set(-1);
UserLedSet(-1);
mico_rtos_thread_sleep(5);
goto MQTT_start;