Skip to content

Commit c48f0ef

Browse files
author
Jarkko Paso
authored
Merge pull request ARMmbed#1687 from ARMmbed/disable_channel_traces
FHSS: Disable FHSS channel debugs for WS
2 parents d5d1a13 + eef3bd7 commit c48f0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Service_Libs/fhss/fhss_ws.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#define TRACE_GROUP "fhss"
3434

3535
// Enable this flag to use channel traces
36-
#define FHSS_CHANNEL_DEBUG
36+
//#define FHSS_CHANNEL_DEBUG
3737

3838
#define DEF_2E24 0x1000000
3939
#define IE_HEADER_LENGTH_MASK 0x007f

0 commit comments

Comments
 (0)