zephyr/samples/subsys
Aleksandar Markovic 9760c83267 samples: cdc_acm_composite: Use proper type for variable 'read'
Function uart_fifo_read() returns 'int' (it may return negative values
in error cases). Its return value is stored in the variable 'read' that
is, however, of type 'size_t'.

Change the type of the variable 'read' from 'size_t' to 'int' to
accomodate proper handling of uart_fifo_read() invocation.

Coverity-CID: 248408

Signed-off-by: Aleksandar Markovic <aleksandar.markovic.sa@gmail.com>
2022-04-26 12:05:26 -04:00
..
audio/sof samples: add module requirement into samples 2022-04-19 09:38:55 -04:00
canbus everywhere: fix typos 2022-03-18 13:24:08 -04:00
console samples: subsys: console: Fix typo in README file 2022-03-21 17:55:08 +01:00
cpp tests and samples: Don't build some C++ tests under XCC 2022-02-21 19:37:54 -05:00
debug samples: debug/gdbstub: update instructions to run 2021-11-30 15:24:00 -05:00
display doc: Fix spelling errors in .rst files 2022-04-19 11:48:26 +02:00
edac
fs esp32: samples: overlays: use pin states 2022-04-20 13:27:47 +02:00
ipc dts: nrf5340: Use dual compatible property for mbox nodes 2022-04-02 15:14:38 +02:00
logging samples: logging/syst: build for C++ too 2022-04-21 11:38:42 -04:00
lorawan/class_a samples: prefix should be sample, not samples 2022-03-18 10:50:57 -04:00
mgmt doc: Fix spelling errors in .rst files 2022-04-19 11:48:26 +02:00
modbus modbus: stop bits can now be set individually in client mode 2022-03-24 08:23:17 -04:00
nvs samples: subsys: nvs: use nvs_mount 2022-03-01 12:46:34 +01:00
pm/device_pm everywhere: fix typos 2022-03-18 13:24:08 -04:00
portability include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
settings everywhere: fix typos 2022-03-18 13:24:08 -04:00
shell tests: fix filtering on integration platforms 2022-04-08 09:31:01 +02:00
task_wdt dts: nrf: Rename "nordic,nrf-watchdog" compatible to "nordic,nrf-wdt" 2022-04-02 15:14:38 +02:00
testsuite everywhere: fix typos 2022-03-18 13:24:08 -04:00
tracing everywhere: fix typos 2022-03-18 13:24:08 -04:00
usb samples: cdc_acm_composite: Use proper type for variable 'read' 2022-04-26 12:05:26 -04:00
video
subsys.rst