Fix delay constants again

This commit is contained in:
Andy CA6JAU 2018-11-04 17:25:20 -03:00
parent 0e8783c533
commit dec70516c3

4
IO.h
View file

@ -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