From fed0c429a54ba33bbee4843df120068ebe6d8247 Mon Sep 17 00:00:00 2001
From: Rahix <rahix@rahix.de>
Date: Tue, 20 Aug 2019 21:05:10 +0200
Subject: [PATCH] style(modules): Cleanup modules.h

Signed-off-by: Rahix <rahix@rahix.de>
---
 epicardium/modules/modules.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/epicardium/modules/modules.h b/epicardium/modules/modules.h
index 35968547f..e70ef1eab 100644
--- a/epicardium/modules/modules.h
+++ b/epicardium/modules/modules.h
@@ -34,7 +34,8 @@ void vPmicTask(void *pvParameters);
 /* ---------- BLE ---------------------------------------------------------- */
 void ble_uart_write(uint8_t *pValue, uint8_t len);
 
-// Forces an unlock of the display. Only to be used in epicardium
+/* ---------- Display ------------------------------------------------------ */
+/* Forces an unlock of the display. Only to be used in Epicardium */
 void disp_forcelock();
 
 #endif /* MODULES_H */
-- 
GitLab