mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
16Mbyte SPI flash memory support
Add Winbond W25Q128 Add Micron N25Q128 Fix datatype for flash gemometry Blackbox documentation update
This commit is contained in:
parent
4f860dd6f1
commit
033e47ebc9
3 changed files with 12 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
#include <stdint.h>
|
||||
|
||||
typedef struct flashGeometry_t {
|
||||
uint8_t sectors; // Count of the number of erasable blocks on the device
|
||||
uint16_t sectors; // Count of the number of erasable blocks on the device
|
||||
|
||||
uint16_t pagesPerSector;
|
||||
uint16_t pageSize; // In bytes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue