mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-10 11:59:05 +02:00
Increase buffer size for non-pico.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -58,7 +58,11 @@
|
||||
#endif
|
||||
#include "queue.h"
|
||||
#endif
|
||||
#define FLASH_SECTOR_SIZE 4096
|
||||
#ifdef ENABLE_EMULATION
|
||||
#define FLASH_SECTOR_SIZE 0x4000
|
||||
#else
|
||||
#define FLASH_SECTOR_SIZE 0x1000
|
||||
#endif
|
||||
#define XIP_BASE 0
|
||||
int fd_map = 0;
|
||||
uint8_t *map = NULL;
|
||||
|
||||
Reference in New Issue
Block a user