commit | 32270ae1b9498cc5fca30c6bc9cc7ea9bb71383e | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue May 05 11:26:34 2020 +0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri May 08 17:31:45 2020 +0200 |
tree | 494130e90d707e15d824691f2d6c13af4a223602 | |
parent | a61f86ea8e8da8f4ed629ce09bdd17d7b9f325ab [diff] |
tests: posix: eventfd: Don't mix POSIX and Zephyr kernel APIs K_MSEC() shouldn't be used with poll(), as they come from 2 different API domains. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>