-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix undefined tr_debug for QUECTEL_BG96 cellular feature #9965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@sarahmarshy, thank you for your changes. |
@@ -30,6 +30,8 @@ using namespace events; | |||
|
|||
#define DEVICE_READY_URC "CPIN:" | |||
|
|||
#define tr_debug(...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this and include the correct header:
#include "CellularLog.h"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, for what purpose CellularLog is? can’t mbed_trace include be used directly here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It defines trace group. There was other reasons in older mbed-os versions.
c1d3d8c
to
b89d258
Compare
b89d258
to
ae45096
Compare
No more changes are expected there. This was added to the rollup PR #10097 and it's currently in CI. If any new commit comes, please let us know immediately. |
Description
Define
tr_debug
function in QUECTEL_BG96 cellular featurePull request type