1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Created subdirectories in drivers directory

This commit is contained in:
Martin Budden 2017-04-06 08:21:54 +01:00
parent a9bb3fb8f6
commit 2493c214b0
219 changed files with 686 additions and 675 deletions

View file

@ -22,7 +22,7 @@
#ifdef USE_DSHOT
#include "io.h"
#include "drivers/io.h"
#include "timer.h"
#if defined(STM32F4)
#include "timer_stm32f4xx.h"
@ -30,9 +30,9 @@
#include "timer_stm32f30x.h"
#endif
#include "pwm_output.h"
#include "nvic.h"
#include "drivers/nvic.h"
#include "dma.h"
#include "system.h"
#include "drivers/system.h"
#include "rcc.h"
static uint8_t dmaMotorTimerCount = 0;