Skip to content
Snippets Groups Projects
Commit 3c41e8dc authored by chris007's avatar chris007
Browse files

Remove wrong comments

parent 577610cc
Branches
No related tags found
1 merge request!147Integration of BME680 Sensor (#33)
......@@ -699,7 +699,6 @@ struct bme680_sensor_data {
/**
* Initialize the BM680 sensor.
*
* :param data: Where to store the environmental data.
* :return: 0 on success or ``-Exxx`` on error. The following
* errors might occur:
*
......@@ -713,7 +712,6 @@ API(API_BME680_INIT, int epic_bme680_init());
/**
* De-Initialize the BM680 sensor.
*
* :param data: Where to store the environmental data.
* :return: 0 on success or ``-Exxx`` on error. The following
* errors might occur:
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment