diff --git a/epicardium/modules/modules.h b/epicardium/modules/modules.h
index 35968547f77fb7180548ec178e3484bff37ca08e..e70ef1eabae384119845f0a0caa9cbb0898df762 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 */