We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2b8ca9 + bc3c042 commit c61283bCopy full SHA for c61283b
main/interface/sdio/at_sdio_task.c
@@ -146,7 +146,7 @@ static void at_sdio_task(void *params)
146
continue;
147
}
148
149
- esp_at_sdio_list_t *p_list = container_of(addr, esp_at_sdio_list_t, pbuf);
+ esp_at_sdio_list_t *p_list = container_of((uint8_t(*)[CONFIG_AT_SDIO_BLOCK_SIZE])addr, esp_at_sdio_list_t, pbuf);
150
p_list->handle = handle;
151
p_list->left_len = size;
152
p_list->pos = 0;
0 commit comments