소스 검색

Busy idle im mainloop entfernt.

Heinrich Blatt 5 달 전
부모
커밋
965307fcaa
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      main_target.c

+ 0 - 3
main_target.c

@@ -128,8 +128,5 @@ int main(void)
                 battery_slotmgr.disable(slot);
             }
         }
-        
-        delay_cycles(MAINLOOP_DELAY);
-        
     }
 }