mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
unify typedef struct name_s {} name_t;
naming convention
This commit is contained in:
parent
1613c2d572
commit
8f3d9fae9a
18 changed files with 36 additions and 38 deletions
|
@ -36,7 +36,7 @@ typedef enum portOptions_t {
|
|||
|
||||
typedef void (*serialReceiveCallbackPtr)(uint16_t data); // used by serial drivers to return frames to app
|
||||
|
||||
typedef struct serialPort {
|
||||
typedef struct serialPort_s {
|
||||
|
||||
const struct serialPortVTable *vTable;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue