Skip to content
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

Migrate UART logging calls to LOG_message() #152 #240

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

darpalp
Copy link

@darpalp darpalp commented Nov 27, 2024

Migrated occurrences of DEBUG_print for uint32, uint16, str, array_hex to LOG_message()

@parker-research
Copy link
Contributor

Please rebase to main or merge main into this branch!

.vscode/c_cpp_properties.json Outdated Show resolved Hide resolved
.vscode/settings.json Outdated Show resolved Hide resolved

const uint8_t begin_tag_len = 5; // len of "<cmd>" and "<rsp>", without null terminator
const uint8_t end_tag_len = 6; // len of "</cmd>" and "</rsp>", without null terminator
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please avoid whitespace changes like this in this PR (in all files).

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.

2 participants