Skip to content

Commit 2ef29c2

Browse files
authored
Changed FLASH DEVICE
Changed the flash device to W25Q16JV_IM - the type actually used.
1 parent f6b9f10 commit 2ef29c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/boards/mini_sam_m4/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "external_flash/devices.h"
2929

3030
#define EXTERNAL_FLASH_DEVICE_COUNT 1
31-
#define EXTERNAL_FLASH_DEVICES W25Q16JV
31+
#define EXTERNAL_FLASH_DEVICES W25Q16JV_IM
3232

3333
#include "external_flash/external_flash.h"
3434

0 commit comments

Comments
 (0)