Skip to content

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

Merged
merged 1 commit into from
Mar 15, 2019

Conversation

sarahmarshy
Copy link
Contributor

Description

Define tr_debug function in QUECTEL_BG96 cellular feature

Pull request type

[x ] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

@ciarmcom ciarmcom requested review from a team March 7, 2019 00:00
@ciarmcom
Copy link
Member

ciarmcom commented Mar 7, 2019

@sarahmarshy, thank you for your changes.
@ARMmbed/mbed-os-wan @ARMmbed/mbed-os-maintainers please review.

@@ -30,6 +30,8 @@ using namespace events;

#define DEVICE_READY_URC "CPIN:"

#define tr_debug(...)
Copy link
Contributor

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"

Copy link
Contributor

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?

Copy link
Contributor

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.

@sarahmarshy
Copy link
Contributor Author

@jarvte @cmonr Fixed now.

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 14, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants