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> |
||
|---|---|---|
| .. | ||
| bt_settings.c | ||
| bt_settings.h | ||
| client.c | ||
| CMakeLists.txt | ||
| ieee802154_settings.c | ||
| ieee802154_settings.h | ||
| init.c | ||
| Kconfig | ||
| net_app_private.h | ||
| net_app.c | ||
| server.c | ||