mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(esp_partition): fixes related to BDL update
This commit is contained in:
@@ -217,8 +217,8 @@ typedef struct esp_blockdev_t {
|
||||
/* Device context pointer */
|
||||
void* ctx;
|
||||
|
||||
const esp_blockdev_flags_t device_flags;
|
||||
const esp_blockdev_geometry_t geometry;
|
||||
esp_blockdev_flags_t device_flags;
|
||||
esp_blockdev_geometry_t geometry;
|
||||
const esp_blockdev_ops_t* ops;
|
||||
|
||||
} esp_blockdev_t;
|
||||
|
||||
Reference in New Issue
Block a user