Skip to content

Commit

Permalink
Merge pull request #11 from bytebeamio/feature/implement-ports-and-im…
Browse files Browse the repository at this point in the history
…prove-examples
  • Loading branch information
shishir-dey authored Oct 4, 2024
2 parents ae6b0b7 + 35ef9fc commit 562133e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/bytebeam_stream_publish.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#endif
#include "clock.h"
#include "mqtt_client.h"
#include "stream.h"
#include "bytebeam/stream.h"
#include "transport.h"
#include <stdio.h>
#include <string.h>
Expand Down
4 changes: 2 additions & 2 deletions src/mqtt_client.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "mqtt_client.h"
#include "mqtt_client_port.h"
#include "bytebeam/mqtt_client.h"
#include "bytebeam/mqtt_client_port.h"
#include "transport.h"
#include <stdio.h>
#include <string.h>
Expand Down

0 comments on commit 562133e

Please sign in to comment.