Skip to content
Snippets Groups Projects
Commit 977c8b46 authored by rahix's avatar rahix
Browse files

chore(docs): Fix remaining warnings/errors

parent 2926c3da
No related branches found
No related tags found
1 merge request!460docs: Upgrade to Sphinx 3
Pipeline #5181 passed
...@@ -17,7 +17,7 @@ If :ref:`bsec_api` is enabled the following additional estimates are available: ...@@ -17,7 +17,7 @@ If :ref:`bsec_api` is enabled the following additional estimates are available:
- Indoor air quality (IAQ estimate - Indoor air quality (IAQ estimate
- Equivalent CO2 (eCO2) estimate - Equivalent CO2 (eCO2) estimate
Please refer to :ref:`bme680` for more information about BSEC. Please refer to :py:mod:`bme680` for more information about BSEC.
If notifcations are enabled a measurement of all values is performed every 3 seconds. For each measurement a notification is sent for the characteristics which have notifications enabled. If notifcations are enabled a measurement of all values is performed every 3 seconds. For each measurement a notification is sent for the characteristics which have notifications enabled.
......
``png`` - PNG Decoder ``png`` - PNG Decoder
=============== =====================
The ``png`` module provides functions to decode PNG files into raw pixel data The ``png`` module provides functions to decode PNG files into raw pixel data
which can be displayed using the card10's display or its LEDs. which can be displayed using the card10's display or its LEDs.
......
...@@ -2631,7 +2631,7 @@ API(API_BLE_SET_MODE, void epic_ble_set_mode(bool bondable, bool scanner)); ...@@ -2631,7 +2631,7 @@ API(API_BLE_SET_MODE, void epic_ble_set_mode(bool bondable, bool scanner));
/** /**
* Retrieve a scan report from the queue of scan reports. * Retrieve a scan report from the queue of scan reports.
* *
* :param struct epic_scan_report* rpt: Pointer where the report will be stored. * :param struct\ epic_scan_report* rpt: Pointer where the report will be stored.
* *
* :return: ``0`` on success or a negative value if an error occured. Possible * :return: ``0`` on success or a negative value if an error occured. Possible
* errors: * errors:
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include "queue.h" #include "queue.h"
#else #else
typedef unsigned int size_t; typedef unsigned int size_t;
typedef int bool;
typedef void *QueueHandle_t; typedef void *QueueHandle_t;
#endif /* __SPHINX_DOC */ #endif /* __SPHINX_DOC */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment