rename SDMA to DMA

This commit is contained in:
Stanislaw Kaushanski 2024-08-28 16:18:18 +02:00
parent 7a065a1d24
commit f632436fda
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#define qspi PERIPH(qspi_t, APB_BASE+0x50000) #define qspi PERIPH(qspi_t, APB_BASE+0x50000)
#define i2s PERIPH(i2s_t, APB_BASE+0x90000) #define i2s PERIPH(i2s_t, APB_BASE+0x90000)
#define camera PERIPH(camera_t, APB_BASE+0xA0000) #define camera PERIPH(camera_t, APB_BASE+0xA0000)
#define sdma PERIPH(dma_t, APB_BASE+0xB0000) #define dma PERIPH(dma_t, APB_BASE+0xB0000)
#define XIP_START_LOC 0xE0040000 #define XIP_START_LOC 0xE0040000