zephyr/subsys
Kumar Gala 869a9fc050 fat: match type info expected by fat library for f_write
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>
2017-01-30 12:01:50 +00:00
..
bluetooth Bluetooth: hci_raw: Make bt_buf_get_rx args consistent 2017-01-28 08:43:41 +02:00
debug
disk
fs fat: match type info expected by fat library for f_write 2017-01-30 12:01:50 +00:00
logging
net
shell
usb
Kconfig
Makefile