mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Fix handling of attribute byte (#12701)
This commit is contained in:
parent
3167bf756c
commit
445758f3ec
12 changed files with 101 additions and 101 deletions
|
@ -1318,7 +1318,7 @@ case MSP_NAME:
|
|||
const uint8_t warningsLen = strlen(warningsBuffer);
|
||||
|
||||
if (isBlinking) {
|
||||
displayAttr |= DISPLAYPORT_ATTR_BLINK;
|
||||
displayAttr |= DISPLAYPORT_BLINK;
|
||||
}
|
||||
sbufWriteU8(dst, displayAttr); // see displayPortSeverity_e
|
||||
sbufWriteU8(dst, warningsLen); // length byte followed by the actual characters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue