There is asignment from size_t variable to uint8_t variable in nvs_al_size function that can trigger static analysis error. The problem is fixed by changing the variable to size_t type instead of uint8_t. Signed-off-by: Andrej Trnkóci <andrej.trnkoci@nxp.com> |
||
|---|---|---|
| .. | ||
| ext2 | ||
| fcb | ||
| nvs | ||
| CMakeLists.txt | ||
| fat_fs.c | ||
| fs_impl.c | ||
| fs_impl.h | ||
| fs.c | ||
| fuse_fs_access.c | ||
| Kconfig | ||
| Kconfig.fatfs | ||
| Kconfig.littlefs | ||
| littlefs_fs.c | ||
| shell.c | ||