We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f215a3c commit d195a41Copy full SHA for d195a41
src/lib/LR1121Driver/LR1121.cpp
@@ -18,10 +18,6 @@ static uint32_t beginTX;
18
static uint32_t endTX;
19
#endif
20
21
-// RxTimeout is expressed in periods of the 32.768kHz RTC
22
-#define RX_TIMEOUT_PERIOD_BASE_NANOS (1000000000 / 32768)
23
-#define US_TO_PERIOD(us, defaultPeriod) (us ? std::max(us * 1000 / RX_TIMEOUT_PERIOD_BASE_NANOS, (uint32_t)1) : defaultPeriod)
24
-
25
LR1121Driver::LR1121Driver(): SX12xxDriverCommon()
26
{
27
useFSK = false;
0 commit comments