mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge pull request #3874 from martinbudden/bf_whitespace
Fixed whitespace
This commit is contained in:
commit
27b146e274
53 changed files with 311 additions and 311 deletions
|
@ -441,7 +441,7 @@ static void sdcard_sendDataBlockBegin(const uint8_t *buffer, bool multiBlockWrit
|
|||
|
||||
LL_SPI_EnableDMAReq_TX(SDCARD_SPI_INSTANCE);
|
||||
|
||||
#elif defined(SDCARD_DMA_CHANNEL_TX)
|
||||
#elif defined(SDCARD_DMA_CHANNEL_TX)
|
||||
|
||||
// Queue the transmission of the sector payload
|
||||
#ifdef SDCARD_DMA_CLK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue