Fix the issue where the default configuration parameters for the log …#11453
Fix the issue where the default configuration parameters for the log …#11453yangbryant wants to merge 2 commits intoiNavFlight:maintenance-9.xfrom
Conversation
…do not take effect
Branch Targeting SuggestionYou've targeted the
If This is an automated suggestion to help route contributions to the appropriate branch. |
|
Test firmware build ready — commit Download firmware for PR #11453 228 targets built. Find your board's
|
|
Thanks for the PR! The serial.c change adds a TERMINALLOG_UART block but TERMINALLOG_UART isn't defined in any target .h file, so that code is currently unreachable, as far as I can see. Could you either add the definition or docuemtnation for how it should be used, or else split this into two PRs so the log.c fix can be merged now?" |
OK,i will split this into two PRs, i will submit one PR of the log.c fix first, and refine it with another PR later. |
…do not take effect