mirror of https://github.com/ARMmbed/mbed-os.git
Change default FlashSize to 64Mbit = 8Mbytes = 0x800000
parent
8d2f426d97
commit
c57a47e4b5
|
@ -34,7 +34,7 @@
|
|||
#include "pinmap.h"
|
||||
#include "PeripheralPins.h"
|
||||
|
||||
#define QSPI_FLASH_SIZE_DEFAULT 32
|
||||
#define QSPI_FLASH_SIZE_DEFAULT 0x800000
|
||||
|
||||
void qspi_prepare_command(const qspi_command_t *command, QSPI_CommandTypeDef *st_command)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue