Skip to content

Commit 4982a15

Browse files
Kimmo Vaisanenkivaisan
authored andcommitted
Remove obsolete FEATURE_COMMON_PAL flag
mbed-trace no longer requires COMMON_PAL.
1 parent ab8b691 commit 4982a15

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

SX1272/SX1272_LoRaRadio.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ SPDX-License-Identifier: BSD-3-Clause
3232
#include "sx1272Regs-Fsk.h"
3333
#include "sx1272Regs-LoRa.h"
3434

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-
4435
#ifdef MBED_SX1272_LORA_RADIO_SPI_FREQUENCY
4536
#define SPI_FREQUENCY MBED_SX1272_LORA_RADIO_SPI_FREQUENCY
4637
#else

0 commit comments

Comments
 (0)