mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Improve serialPortUsage_t alignment
This commit is contained in:
parent
f324f10b97
commit
1a5d898f81
1 changed files with 1 additions and 1 deletions
|
@ -95,8 +95,8 @@ extern const serialPortIdentifier_e serialPortIdentifiers[SERIAL_PORT_COUNT];
|
|||
//
|
||||
typedef struct serialPortUsage_s {
|
||||
serialPort_t *serialPort;
|
||||
serialPortIdentifier_e identifier;
|
||||
serialPortFunction_e function;
|
||||
serialPortIdentifier_e identifier;
|
||||
} serialPortUsage_t;
|
||||
|
||||
serialPort_t *findSharedSerialPort(uint16_t functionMask, serialPortFunction_e sharedWithFunction);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue