samples: net: mqtt_publisher: fixed formatting
README.rst had formatting which was making things disappear in the online documentation. Signed-off-by: John Andersen <john.s.andersen@intel.com>
This commit is contained in:
parent
8a3a569cd3
commit
7985e917c9
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ MQTT Client Identifier:
|
|||
This sample application supports the IBM Bluemix Watson topic format that can
|
||||
be enabled by changing the default value of APP_BLUEMIX_TOPIC from 0 to 1:
|
||||
|
||||
.. code block:: c
|
||||
.. code-block:: c
|
||||
|
||||
#define APP_BLUEMIX_TOPIC 1
|
||||
|
||||
|
@ -86,7 +86,7 @@ The Bluemix topic may include some parameters like device type, device
|
|||
identifier, event type and message format. This application uses the
|
||||
following macros to specify those values:
|
||||
|
||||
.. code block:: c
|
||||
.. code-block:: c
|
||||
|
||||
#define BLUEMIX_DEVTYPE "sensor"
|
||||
#define BLUEMIX_DEVID "carbon"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue