Skip to content

Commit

Permalink
fixed build error for mqtt_multi_thread-example
Browse files Browse the repository at this point in the history
  • Loading branch information
lifang.ylf committed Feb 11, 2018
1 parent 318ff82 commit 397050b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/mqtt/mqtt_multi_thread-example.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,9 @@ int main(int argc, char **argv)

int main(int argc, char **argv)
{
printf("not support, pleasae support multi-thread first!!!");
/*printf("not support, pleasae support multi-thread first!!!");
printf("Linux is support, please build in ubuntu.x86");
printf("Linux is support, please build in ubuntu.x86");*/

return 0;
}
Expand Down

0 comments on commit 397050b

Please sign in to comment.