Update qcloud_iot_hub_sdk_coap.c

This commit is contained in:
David Lin
2020-04-17 22:15:54 +08:00
committed by GitHub
parent 559a85329e
commit 010f129608

View File

@@ -41,7 +41,7 @@ void application_entry(void *arg)
coap_basic_thread();
while (1) {
printf("This is a mqtt demo!\r\n");
printf("This is a coap demo!\r\n");
tos_task_delay(1000);
}
}