Allow serial port to share all MSP functions at once (#11950)
commite664577849577ae94348d1bf80ee9762f46a2d84
authorJ Blackman <blckmn@users.noreply.github.com>
Fri, 4 Nov 2022 06:05:40 +0000 (4 17:05 +1100)
committerGitHub <noreply@github.com>
Fri, 4 Nov 2022 06:05:40 +0000 (4 17:05 +1100)
tree58eb1f404eda90560c2f7bec6ec4ce0a05c74f76
parentbee59c23f38f1aeddf78cef7f70ce5f07ae5269f
parent340fa242d78d62599503c99347c576fac4247203
Allow serial port to share all MSP functions at once (#11950)

Fixes: https://github.com/betaflight/betaflight/issues/11948

Previously the MSP functionality could only be shared with one of the
functions defined in `ALL_FUNCTIONS_SHARABLE_WITH_MSP`. This PR allows
it to be shared with all of them.