We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eaff1a commit 0589d27Copy full SHA for 0589d27
include/mqtt.h
@@ -181,7 +181,7 @@ int __cheri_compartment("MQTT") mqtt_publish(Timeout *t,
181
* include the zero terminator and must be at least one-character long).
182
*
183
* `qos` indicates the level of QoS (0, 1, or 2).
184
- *
+ *
185
* `retain` indicates whether the message should be published as retained or
186
* not. The broker stores the last retained message and the corresponding QoS
187
* for that topic. Each client that subscribes to a topic pattern that matches
0 commit comments