1

Revision:
17:5f34cbe2ac53
Parent:
15:e1c04ec39aa4
Child:
18:78c5e644d37a
--- a/radio_sx126x.cpp	Wed Oct 30 12:50:54 2019 -0700
+++ b/radio_sx126x.cpp	Mon Jun 01 15:59:56 2020 -0700
@@ -2,7 +2,12 @@
 #ifdef SX126x_H 
 #include "SPIu.h"
 
+#ifdef DEVICE_LPTICKER
 LowPowerTimer Radio::lpt;
+#else
+Timer Radio::lpt;
+#endif
+
 volatile us_timestamp_t Radio::irqAt;
 bool Radio::paOff;