zephyr/samples/usb/webusb/src
Kumar Gala 97d375eead samples: webusb: fix type of bytes_read
bytes_read should be an int, all uses of it in this sample are of type
int.  Lets clean this up so when building with newlib or in the future
when uint32_t might change its definition we don't have issues.

Change-Id: Ief7bfb48948df50cec45b4707ef7676d13173f34
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-01-30 12:01:49 +00:00
..
Makefile
main.c samples: webusb: fix type of bytes_read 2017-01-30 12:01:49 +00:00
webusb_serial.c Fixup indentation. 2017-01-03 09:33:14 +00:00
webusb_serial.h