1
0
Fork 0
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:
Michael Jakob 2015-05-08 17:00:27 +02:00
parent 4f860dd6f1
commit 033e47ebc9
3 changed files with 12 additions and 2 deletions

View file

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