mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-01-05 16:09:59 +01:00
Fix delay constants for interrupt counter test mode
This commit is contained in:
parent
1aab7ec355
commit
6add9c540d
12
IO.h
12
IO.h
|
|
@ -48,9 +48,17 @@
|
||||||
#define SCAN_PAUSE 20000
|
#define SCAN_PAUSE 20000
|
||||||
|
|
||||||
#if defined(DUPLEX)
|
#if defined(DUPLEX)
|
||||||
#define CAL_DLY_LOOP 96100U
|
#if defined(STM32_USB_HOST)
|
||||||
|
#define CAL_DLY_LOOP 98950U
|
||||||
#else
|
#else
|
||||||
#define CAL_DLY_LOOP 106000U
|
#define CAL_DLY_LOOP 105100U
|
||||||
|
#endif
|
||||||
|
#else
|
||||||
|
#if defined(STM32_USB_HOST)
|
||||||
|
#define CAL_DLY_LOOP 110850U
|
||||||
|
#else
|
||||||
|
#define CAL_DLY_LOOP 114350U
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern uint32_t m_frequency_rx;
|
extern uint32_t m_frequency_rx;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue