Skip to content

Commit 430bddf

Browse files
author
Kimmo Vaisanen
committed
Remove obsolete FEATURE_COMMON_PAL flag
mbed-trace no longer requires COMMON_PAL.
1 parent ab8b691 commit 430bddf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

SX1272/SX1272_LoRaRadio.cpp

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

35-
#if defined(FEATURE_COMMON_PAL)
3635
#include "mbed_trace.h"
3736
#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)
4337

4438
#ifdef MBED_SX1272_LORA_RADIO_SPI_FREQUENCY
4539
#define SPI_FREQUENCY MBED_SX1272_LORA_RADIO_SPI_FREQUENCY

0 commit comments

Comments
 (0)