mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Run SPI FLASH at full speed
This commit is contained in:
parent
60c008b20b
commit
41a0ca43d1
39 changed files with 276 additions and 193 deletions
|
@ -51,6 +51,7 @@
|
|||
|
||||
#define JEDEC_ID_WINBOND_W25M512 0xEF7119 // W25Q256 x 2
|
||||
#define JEDEC_ID_WINBOND_W25M02G 0xEFAB21 // W25N01G x 2
|
||||
#define JEDEC_ID_WINBOND_W25Q256 0xEF4019
|
||||
|
||||
static const flashVTable_t w25m_vTable;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue