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 ab8b691 commit 4982a15Copy full SHA for 4982a15
SX1272/SX1272_LoRaRadio.cpp
@@ -32,15 +32,6 @@ SPDX-License-Identifier: BSD-3-Clause
32
#include "sx1272Regs-Fsk.h"
33
#include "sx1272Regs-LoRa.h"
34
35
-#if defined(FEATURE_COMMON_PAL)
36
-#include "mbed_trace.h"
37
-#define TRACE_GROUP "LRAD"
38
-#else
39
-#define tr_debug(...) (void(0)) //dummies if feature common pal is not added
40
-#define tr_info(...) (void(0)) //dummies if feature common pal is not added
41
-#define tr_error(...) (void(0)) //dummies if feature common pal is not added
42
-#endif //defined(FEATURE_COMMON_PAL)
43
-
44
#ifdef MBED_SX1272_LORA_RADIO_SPI_FREQUENCY
45
#define SPI_FREQUENCY MBED_SX1272_LORA_RADIO_SPI_FREQUENCY
46
#else
0 commit comments