From 911a611becb1b234be1911bd6593359ef38d31e8 Mon Sep 17 00:00:00 2001 From: Mathias Rasmussen Date: Thu, 7 Jan 2021 15:25:09 +0100 Subject: [PATCH] refactor: Remove some waits --- Bluejay.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Bluejay.asm b/Bluejay.asm index 15ed49e..654da4f 100644 --- a/Bluejay.asm +++ b/Bluejay.asm @@ -3309,7 +3309,6 @@ ENDIF mov IP, #03h ; High priority to timer 0 and INT0 interrupts setb IE_EA ; Enable all interrupts - call wait200ms ; Setup variables for DShot150 ; TODO: dshot150 not supported for now @@ -3395,7 +3394,6 @@ arming_wait: clr IE_EA call beep_f2_short ; Beep signal that ESC is armed setb IE_EA - call wait200ms wait_for_power_on: ; Armed and waiting for power on clr A