We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790d4d1 commit 5df391bCopy full SHA for 5df391b
examples/protocols/mqtt/tcp/main/app_main.c
@@ -24,8 +24,8 @@
24
static const char *TAG = "mqtt_example";
25
26
// MQTT Test Topics
27
-static const char * topic_qos0 = "topic/qos0";
28
-static const char * topic_qos1 = "topic/qos1";
+static const char *topic_qos0 = "topic/qos0";
+static const char *topic_qos1 = "topic/qos1";
29
30
static void log_error_if_nonzero(const char *message, int error_code)
31
{
0 commit comments