git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9421 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
e7e7435ed8
commit
77d21c1121
|
@ -115,7 +115,7 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
uint8_t *address;
|
uint8_t *address;
|
||||||
/**
|
/**
|
||||||
* @brief Secotr size.
|
* @brief Sector size.
|
||||||
*/
|
*/
|
||||||
size_t size;
|
size_t size;
|
||||||
} flash_sector_t;
|
} flash_sector_t;
|
||||||
|
@ -141,7 +141,7 @@ typedef struct {
|
||||||
* @note If @p NULL then the device has uniform sectors size equal
|
* @note If @p NULL then the device has uniform sectors size equal
|
||||||
* to @p sector_size.
|
* to @p sector_size.
|
||||||
*/
|
*/
|
||||||
flash_sector_t *sectors;
|
const flash_sector_t *sectors;
|
||||||
/**
|
/**
|
||||||
* @brief Size of flash sectors for devices with uniform sector size.
|
* @brief Size of flash sectors for devices with uniform sector size.
|
||||||
* @note If zero then the device has non uniform sectos described by
|
* @note If zero then the device has non uniform sectos described by
|
||||||
|
|
Loading…
Reference in New Issue