Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/connectivity/agent_tiny/atiny_mqtt/mqtt_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1011,11 +1011,11 @@ int atiny_mqtt_data_send(mqtt_client_s *phandle, const char *msg, uint32_t msg_
if(0 != mqtt_al_publish(phandle->mqtthandle,&pubpara))
{
ATINY_LOG(LOG_FATAL, "MQTTPublish fail");
rc = ATINY_OK;
rc = ATINY_ERR;
}
else
{
rc = ATINY_ERR;
rc = ATINY_OK;
}
atiny_free(topic);

Expand Down
2,275 changes: 0 additions & 2,275 deletions drivers/third_party/ST/STM32F4xx_HAL_Driver/Release_Notes.html

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.