Skip to content
Snippets Groups Projects
Verified Commit fed0c429 authored by rahix's avatar rahix
Browse files

style(modules): Cleanup modules.h


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 74e9dfa1
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment