File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 26
26
"*": {
27
27
"ppp-cell-iface.apn-lookup": false,
28
28
"cellular.use-apn-lookup": false,
29
- "target.features_add": ["LWIP", "COMMON_PAL" ],
29
+ "target.features_add": ["LWIP"],
30
30
"mbed-trace.enable": true,
31
31
"lwip.ipv4-enabled": true,
32
32
"lwip.ipv6-enabled": true,
Original file line number Diff line number Diff line change 24
24
#define FEA_TRACE_SUPPORT
25
25
#endif
26
26
27
- #if defined(FEATURE_COMMON_PAL)
28
-
29
27
#include " mbed-trace/mbed_trace.h"
30
28
#ifndef TRACE_GROUP
31
29
#define TRACE_GROUP " CELL"
32
30
#endif // TRACE_GROUP
33
31
34
- #else
35
-
36
- #define tr_debug (...) (void (0 ))
37
- #define tr_info (...) (void (0 ))
38
- #define tr_error (...) (void (0 ))
39
- #define tr_warn (...) (void (0 ))
40
-
41
- #endif // FEATURE_COMMON_PAL
42
-
43
32
/* *
44
33
* Set mutex wait/release functions for 'tr_' macros,
45
34
* implementation here is modified from that found from mbed_trace.
You can’t perform that action at this time.
0 commit comments