Followup to SDIO patch (#21440)
This commit is contained in:
parent
a97f6c4c74
commit
c83b6217f9
@ -39,7 +39,7 @@ inline int bs_read_serial(const serial_index_t index) {
|
||||
|
||||
#if ENABLED(BINARY_STREAM_COMPRESSION)
|
||||
static heatshrink_decoder hsd;
|
||||
#ifdef BOTH(ARDUINO_ARCH_STM32F1, SDIO_SUPPORT)
|
||||
#if BOTH(ARDUINO_ARCH_STM32F1, SDIO_SUPPORT)
|
||||
// STM32 requires a word-aligned buffer for SD card transfers via DMA
|
||||
static __attribute__((aligned(sizeof(size_t)))) uint8_t decode_buffer[512] = {};
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user