Skip to content

Commit

Permalink
semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis authored Jul 15, 2024
1 parent e407a9f commit 9a40c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_client_native/test_client_native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ std::thread t;

//const IPAddress broker(127,0,0,1);
//const char* broker = "mqtt";
const char* broker = "test.mosquitto.org"
const char* broker = "test.mosquitto.org";
const uint16_t broker_port = 1883;

/*
Expand Down

0 comments on commit 9a40c04

Please sign in to comment.