Changed FLASH DEVICE

Changed the flash device to W25Q16JV_IM - the type actually used.
This commit is contained in:
Benjamin Shockley 2018-10-04 21:14:07 -05:00 committed by GitHub
parent f6b9f101dc
commit 2ef29c2cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"