mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Updating accgyro files so they do not include "board.h". It is now
clear what all accgyro drivers need to compile and what was unnecessarily included before.
This commit is contained in:
parent
c493a1579c
commit
f75f7a7e17
21 changed files with 208 additions and 83 deletions
|
@ -7,6 +7,8 @@ typedef enum portMode_t {
|
|||
MODE_SBUS = 1 << 2,
|
||||
} portMode_t;
|
||||
|
||||
typedef void (* serialReceiveCallbackPtr)(uint16_t data); // used by serial drivers to return frames to app
|
||||
|
||||
typedef struct serialPort {
|
||||
|
||||
const struct serialPortVTable *vTable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue