We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cb973 commit e6f2753Copy full SHA for e6f2753
src/Arduino_LoRaConnectionHandler.h
@@ -18,8 +18,6 @@
18
#ifndef ARDUINO_LORA_CONNECTION_HANDLER_H_
19
#define ARDUINO_LORA_CONNECTION_HANDLER_H_
20
21
-//#ifdef defined(ARDUINO_SAMD_MKRWAN1300) || defined(ARDUINO_SAMD_MKRWAN1310)
22
-
23
/******************************************************************************
24
INCLUDE
25
******************************************************************************/
@@ -90,6 +88,4 @@ class LoRaConnectionHandler : public LPWANConnectionHandler {
90
88
91
89
};
92
93
-//#endif
94
95
#endif /* ARDUINO_LORA_CONNECTION_HANDLER_H_ */
0 commit comments