dma again (I hate it)

This commit is contained in:
Milang 2019-08-17 19:59:56 +02:00
parent 869a762637
commit a8360f10dc
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ static const uint32_t size_blocks = size_char/32;
**/
static int32_t* address=0;
static const int32_t clearval[4]={3000,3000,3000,3000};
static const int32_t clearval[8]={3000,3000,3000,3000,3000,3000,3000,3000};
#define ALIGN 32
static void* buffer_malloc(uint_fast16_t size)