Fix delay constants again

pull/80/head
Andy CA6JAU 7 years ago
parent 0e8783c533
commit dec70516c3

@ -51,13 +51,13 @@
#if defined(STM32_USB_HOST) #if defined(STM32_USB_HOST)
#define CAL_DLY_LOOP 98950U #define CAL_DLY_LOOP 98950U
#else #else
#define CAL_DLY_LOOP 105100U #define CAL_DLY_LOOP 96100U
#endif #endif
#else #else
#if defined(STM32_USB_HOST) #if defined(STM32_USB_HOST)
#define CAL_DLY_LOOP 110850U #define CAL_DLY_LOOP 110850U
#else #else
#define CAL_DLY_LOOP 114350U #define CAL_DLY_LOOP 104600U
#endif #endif
#endif #endif

Loading…
Cancel
Save

Powered by TurnKey Linux.