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

Fix a few minor issues #344

Merged
merged 3 commits into from
Dec 19, 2023
Merged

Fix a few minor issues #344

merged 3 commits into from
Dec 19, 2023

Conversation

stintel
Copy link
Collaborator

@stintel stintel commented Dec 15, 2023

No description provided.

This skips multiple unneeded cJSON calls.
Fixes clang-tidy warnings like these:

/willow/main/system.c:89:51: error: format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int') [clang-diagnostic-format]
    ESP_LOGI(TAG, "restarting after %lu seconds", delay);
                                    ~~~           ^
                                    %u

Reported-by: clang-tidy
Fixes: eb812b4 ("network: nuke periph_wifi")
@kristiankielhofner kristiankielhofner merged commit fa18c3d into main Dec 19, 2023
15 checks passed
@kristiankielhofner kristiankielhofner deleted the fix/minor_issues branch December 19, 2023 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants