only: typo and more details
This commit is contained in:
parent
d31260c7fd
commit
8eb3b2b327
|
@ -3,7 +3,7 @@
|
|||
#include "big_buffer.h"
|
||||
|
||||
static BigBufferUser s_currentUser;
|
||||
// uint32_t for 4-byte aligment
|
||||
// uint32_t for 4-byte alignment which is required by F7 at least in -Os compiler configuration
|
||||
static uint32_t s_bigBuffer[BIG_BUFFER_SIZE / sizeof(uint32_t)];
|
||||
|
||||
static void releaseBuffer(void* bufferPtr, BigBufferUser user) {
|
||||
|
|
Loading…
Reference in New Issue