zephyr/subsys
Jukka Rissanen 6180b904af net: Too long timeout was passed to k_sleep
The code was using MSEC() macro in few places instead of more
proper K_MSEC(). The MSEC() takes seconds as a parameter and
K_MSEC() takes milliseconds.

Fixes #7657

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-05-22 08:55:27 -04:00
..
bluetooth Bluetooth: L2CAP: Add support for dynamically allocated PSM values 2018-05-18 12:39:58 +03:00
console samples/subsys/console: Remove unused tx_sem semaphore 2018-05-19 07:00:55 +03:00
cpp
debug
dfu
disk
fs
logging
mgmt
net net: Too long timeout was passed to k_sleep 2018-05-22 08:55:27 -04:00
random
settings kconfig: Get rid of leading/trailing whitespace in prompts 2018-05-19 09:26:39 +03:00
shell
storage
usb
CMakeLists.txt
Kconfig