docs(links): fix outdated links and imrpove formatting (#3698)

This commit is contained in:
Fabian
2022-09-22 22:09:16 +02:00
committed by GitHub
parent 41c5870e12
commit 46cbbd672f
9 changed files with 22 additions and 20 deletions

View File

@@ -11,7 +11,7 @@ while(1) {
/*Sleep after 1 sec inactivity*/
else {
timer_stop(); /*Stop the timer where lv_tick_inc() is called*/
sleep(); /*Sleep the MCU*/
sleep(); /*Sleep the MCU*/
}
my_delay_ms(5);
}