From 3c41e8dc3fd64223af77790ddbd19ea5d0ac8299 Mon Sep 17 00:00:00 2001
From: chris <mail@chris007.de>
Date: Thu, 22 Aug 2019 11:19:35 +0200
Subject: [PATCH] Remove wrong comments

---
 epicardium/epicardium.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/epicardium/epicardium.h b/epicardium/epicardium.h
index 11c97c6c..5faabe71 100644
--- a/epicardium/epicardium.h
+++ b/epicardium/epicardium.h
@@ -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:
  *
-- 
GitLab