Skip to content

Commit c836852

Browse files
authored
Merge pull request #69 from cruise2018/master
remove:drivers:remove the docs, it's too large
2 parents 8501011 + 4362968 commit c836852

File tree

10 files changed

+2
-2277
lines changed

10 files changed

+2
-2277
lines changed

components/connectivity/agent_tiny/atiny_mqtt/mqtt_client.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,11 +1011,11 @@ int atiny_mqtt_data_send(mqtt_client_s *phandle, const char *msg, uint32_t msg_
10111011
if(0 != mqtt_al_publish(phandle->mqtthandle,&pubpara))
10121012
{
10131013
ATINY_LOG(LOG_FATAL, "MQTTPublish fail");
1014-
rc = ATINY_OK;
1014+
rc = ATINY_ERR;
10151015
}
10161016
else
10171017
{
1018-
rc = ATINY_ERR;
1018+
rc = ATINY_OK;
10191019
}
10201020
atiny_free(topic);
10211021

drivers/third_party/ST/STM32F4xx_HAL_Driver/Release_Notes.html

Lines changed: 0 additions & 2275 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)