Skip to content

Commit d195a41

Browse files
committed
Remove unused defines
1 parent f215a3c commit d195a41

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/LR1121Driver/LR1121.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ static uint32_t beginTX;
1818
static uint32_t endTX;
1919
#endif
2020

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-
2521
LR1121Driver::LR1121Driver(): SX12xxDriverCommon()
2622
{
2723
useFSK = false;

0 commit comments

Comments
 (0)