From dec70516c3f1b3bceffe001cda3990dcde7448a7 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Sun, 4 Nov 2018 17:25:20 -0300 Subject: [PATCH] Fix delay constants again --- IO.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IO.h b/IO.h index c50f08f..b455cff 100644 --- a/IO.h +++ b/IO.h @@ -51,13 +51,13 @@ #if defined(STM32_USB_HOST) #define CAL_DLY_LOOP 98950U #else -#define CAL_DLY_LOOP 105100U +#define CAL_DLY_LOOP 96100U #endif #else #if defined(STM32_USB_HOST) #define CAL_DLY_LOOP 110850U #else -#define CAL_DLY_LOOP 114350U +#define CAL_DLY_LOOP 104600U #endif #endif