Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/main/drivers/flash_w25n.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@
#define JEDEC_ID_WINBOND_W25N01GV 0xEFAA21
#define JEDEC_ID_WINBOND_W25N02KV 0xEFAA22
#define JEDEC_ID_MACRONIX_MX35LF2G 0xC22603
#define JEDEC_ID_Giantec_GT25Q64EZ 0x1C7117
#define JEDEC_ID_Giantec_GT25Q128EZ 0x1C7118

static busDevice_t *busDev = NULL;
static flashGeometry_t geometry;
Expand Down Expand Up @@ -563,4 +565,4 @@ bool w25n_init(int flashNumToUse)
return w25n_detect(chipID);
}

#endif
#endif
Loading