mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Created subdirectories in drivers directory
This commit is contained in:
parent
a9bb3fb8f6
commit
2493c214b0
219 changed files with 686 additions and 675 deletions
|
@ -21,9 +21,9 @@
|
|||
#include <math.h>
|
||||
|
||||
#include "platform.h"
|
||||
#include "system.h"
|
||||
#include "drivers/system.h"
|
||||
|
||||
#include "io.h"
|
||||
#include "drivers/io.h"
|
||||
#include "pwm_output.h"
|
||||
#include "timer.h"
|
||||
#include "drivers/pwm_output.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue