mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Code re-organisation: src/platform/xxx for the MCU type (#13955)
This commit is contained in:
parent
7158ff7081
commit
b21cfe3282
311 changed files with 645 additions and 917 deletions
|
@ -23,11 +23,11 @@
|
|||
#include "drivers/resource.h"
|
||||
|
||||
#if defined(USE_ATBSP_DRIVER)
|
||||
#include "drivers/mcu/at32/dma_atbsp.h"
|
||||
#include "dma_atbsp.h"
|
||||
#endif
|
||||
|
||||
#if defined(APM32F4)
|
||||
#include "drivers/mcu/apm32/dma_apm32.h"
|
||||
#include "dma_apm32.h"
|
||||
#endif
|
||||
|
||||
#define CACHE_LINE_SIZE 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue