Removed reference to MSP docs project as it created a circular reference#11309
Open
daijoubu wants to merge 3 commits intoiNavFlight:maintenance-9.xfrom
Open
Removed reference to MSP docs project as it created a circular reference#11309daijoubu wants to merge 3 commits intoiNavFlight:maintenance-9.xfrom
daijoubu wants to merge 3 commits intoiNavFlight:maintenance-9.xfrom
Conversation
Contributor
PR Compliance Guide 🔍All compliance sections have been disabled in the configurations. |
… some versions of sh instead of bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Removed the reference to https://github.com/xznhj8129/msp_documentation as it was pointing back to the MSP_REF.md document in iNavFlight/inav and reran the gen_docs.sh script.
Renamed MSP_REF.md to README.md so it will show as the readme for that directory.
PR Type
Bug fix
Description
Removed circular reference to external MSP documentation project
Fixed FEATURE_FW_AUTOTRIM enum value to use unsigned literal (1U << 31)
Corrected systemState_e source file reference from fc_init.h to fc_init.c
Fixed formatting issue in JSON file revision marker
Diagram Walkthrough
File Walkthrough
docs_v2_header.md
Remove external MSP docs circular referencedocs/development/msp/docs_v2_header.md
circular dependency
inav_enums.json
Fix enum values and source referencesdocs/development/msp/inav_enums.json
unsigned literal
fc_init.c
msp_ref.md
Remove external docs link and fix formattingdocs/development/msp/msp_ref.md
inav_enums_ref.md
Update enum documentation and source pathsdocs/development/msp/inav_enums_ref.md
(1U << 31)
and vice versa for consistency