AP_MSP: run new MSP code through code style script

This commit is contained in:
Andrew Tridgell 2020-09-01 18:01:37 +10:00
parent d8ed210b98
commit f330d5aa77
3 changed files with 213 additions and 213 deletions

View File

@ -57,7 +57,7 @@ public:
private:
enum msp_option_e : uint8_t{
enum msp_option_e : uint8_t {
OPTION_TELEMETRY_MODE = 1U<<0,
};