From fb1abe26b7c0a87c3f50340fa11ae1baac3c7c0a Mon Sep 17 00:00:00 2001
From: fleur <spacecarrot@fleurshax.net>
Date: Fri, 23 Aug 2019 20:05:32 +0200
Subject: [PATCH] fixed docs

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

diff --git a/epicardium/epicardium.h b/epicardium/epicardium.h
index 84ba3925..f444fa46 100644
--- a/epicardium/epicardium.h
+++ b/epicardium/epicardium.h
@@ -1391,8 +1391,6 @@ API(API_LIGHT_SENSOR_STOP, int epic_light_sensor_stop());
  * Get the light level directly. Each call has an intrinsic delay of about 240us, I recommend another 100-300us delay via utime.sleep_ms() between calls. Whether or not the IR LED is fast enough is another issue.
  *
  * :return: Light level
- *
- *      - ``-ENODATA``: Continuous readout not currently running.
  */
 API(API_LIGHT_SENSOR_READ, uint16_t epic_light_sensor_read(void));
 
-- 
GitLab