1
0
Fork 0
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:
J Blackman 2024-10-13 03:07:17 +11:00 committed by GitHub
parent 7158ff7081
commit b21cfe3282
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
311 changed files with 645 additions and 917 deletions

View file

@ -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