mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 23:05:19 +03:00
Remove spektrum and sumd's dependencies on the mw.h/board.h files.
This commit is contained in:
parent
0f02e12f40
commit
c658e31b62
2 changed files with 26 additions and 6 deletions
|
@ -1,5 +1,17 @@
|
|||
#include "board.h"
|
||||
#include "mw.h"
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
#include "drivers/system_common.h"
|
||||
|
||||
#include "drivers/serial_common.h"
|
||||
#include "drivers/serial_uart.h"
|
||||
#include "runtime_config.h"
|
||||
|
||||
#include "failsafe.h"
|
||||
|
||||
#include "rx_common.h"
|
||||
|
||||
// driver for SUMD receiver using UART2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue