Skip to content

Commit 69a0542

Browse files
authored
Merge pull request #12453 from jeromecoutant/PR_TRACEGROUP
STM32 TRACE_GROUP update
2 parents 1f8778b + f000b87 commit 69a0542

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/cellular/COMPONENT_STMOD_CELLULAR/STModCellular.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "rtos/ThisThread.h"
2020
#include "mbed_trace.h"
2121

22-
#define TRACE_GROUP "STMOD"
22+
#define TRACE_GROUP "STMD"
2323

2424
using namespace mbed;
2525

features/FEATURE_BLE/targets/TARGET_STM/TARGET_STM32WB/HCIDriver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include "app_conf.h"
3939
#include "otp.h"
4040

41-
#define TRACE_GROUP "BLE_WB"
41+
#define TRACE_GROUP "BLWB"
4242

4343
/******************************************************************************
4444
* BLE config parameters

0 commit comments

Comments
 (0)