fix(esp_partition): fixes related to BDL update

This commit is contained in:
Martin Vychodil
2025-10-07 12:34:41 +02:00
parent b695279ee8
commit 5c8a10e61e
10 changed files with 78 additions and 89 deletions
@@ -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;