mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Moved rx drivers into drivers/rx/
.
This commit is contained in:
parent
ff21932ef9
commit
b928950598
30 changed files with 83 additions and 85 deletions
|
@ -49,7 +49,7 @@
|
|||
#include "drivers/max7456.h"
|
||||
#include "drivers/pwm_esc_detect.h"
|
||||
#include "drivers/pwm_output.h"
|
||||
#include "drivers/rx_spi.h"
|
||||
#include "drivers/rx/rx_spi.h"
|
||||
#include "drivers/sensor.h"
|
||||
#include "drivers/sound_beeper.h"
|
||||
#include "drivers/system.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue