Improve the read/write speed of SD without DMA

pull/60/head
xiangbingj 2019-11-11 21:39:22 +08:00 committed by GitHub
parent 2eee33c274
commit 9ed4e8604c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
using namespace sys;
#define SPI_TRANSMISSION_THRESHOLD 0x0UL
#define SPI_TRANSMISSION_THRESHOLD 0x800UL
#define SPI_DMA_BLOCK_TIME 1000UL
/* SPI Controller */