mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-01-20 07:20:20 +01:00
Fix delay constants again
This commit is contained in:
parent
0e8783c533
commit
dec70516c3
4
IO.h
4
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue