The fat library uses its own typedef for integer parms and expects a UINT to be either 16 or 32-bits in length. We potentially get into trouble when we build with newlib if we use an uint32_t. Lets just use unsigned int which should cover all cases for us. Change-Id: I3dbbf4871ab65dd12488d41cb06a06387c128339 Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
|---|---|---|
| .. | ||
| fat_fs.c | ||
| Kconfig | ||
| Makefile | ||
| shell.c | ||