Marked LED DMA buffer FAST_RAM

Changes not staged for commit:
This commit is contained in:
Andrey Mironov 2018-06-16 17:32:12 +03:00
parent 0a949c35b3
commit e70840a17a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
#if defined(STM32F1) || defined(STM32F3)
uint8_t ledStripDMABuffer[WS2811_DMA_BUFFER_SIZE];
#else
uint32_t ledStripDMABuffer[WS2811_DMA_BUFFER_SIZE];
FAST_RAM_ZERO_INIT uint32_t ledStripDMABuffer[WS2811_DMA_BUFFER_SIZE];
#endif
volatile uint8_t ws2811LedDataTransferInProgress = 0;