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

fix(hw-init): Reset display backlight and vibration motor


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 47c60713
No related branches found
No related tags found
No related merge requests found
......@@ -254,6 +254,12 @@ int hardware_reset(void)
* Display
*/
display_init_slim();
epic_disp_backlight(20);
/*
* Vibration Motor
*/
epic_vibra_set(false);
/*
* BHI160
......
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