Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/mgos_azure_shadow.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define AZURE_TWIN_DELTA_TOPIC "$iothub/twin/PATCH/properties/desired/"
#define AZURE_TWIN_GET_TOPIC "$iothub/twin/GET/?$rid=get%u"
#define AZURE_TWIN_UPDATE_TOPIC \
"$iothub/twin/PATCH/properties/reported/?rid=upd%u"
"$iothub/twin/PATCH/properties/reported/?$rid=upd%u"

struct azure_shadow_update {
struct mbuf data;
Expand Down