Changed FLASH DEVICE
Changed the flash device to W25Q16JV_IM - the type actually used.
This commit is contained in:
parent
f6b9f101dc
commit
2ef29c2cec
|
@ -28,7 +28,7 @@
|
|||
#include "external_flash/devices.h"
|
||||
|
||||
#define EXTERNAL_FLASH_DEVICE_COUNT 1
|
||||
#define EXTERNAL_FLASH_DEVICES W25Q16JV
|
||||
#define EXTERNAL_FLASH_DEVICES W25Q16JV_IM
|
||||
|
||||
#include "external_flash/external_flash.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue