Skip to content

Commit

Permalink
ubuntu: More fixes to get demo-c to build and work
Browse files Browse the repository at this point in the history
cc: @pimvanpelt

CL: ubuntu: More fixes to get demo-c to build and work

PUBLISHED_FROM=e138bdf87a954b564b48399841f2c6770e4a8ad7
  • Loading branch information
Deomid Ryabkov authored and cesantabot committed Feb 19, 2019
1 parent 339955b commit 5cde35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mgos_azure.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static void mgos_azure_mqtt_connect(struct mg_connection *c,
}

static void ev_cb(void *arg) {
mgos_event_trigger((int) arg, NULL);
mgos_event_trigger((intptr_t) arg, NULL);
}

void mgos_azure_trigger_connected(struct mgos_azure_ctx *ctx) {
Expand Down

0 comments on commit 5cde35b

Please sign in to comment.