Change default FlashSize to 64Mbit = 8Mbytes = 0x800000

pull/7783/head
adustm 2018-03-19 16:56:42 +01:00 committed by Maciej Bocianski
parent 8d2f426d97
commit c57a47e4b5
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{