samples: posix: eventfd: Use full, not nano, Newlib.

printf() in this sample uses formatting codes not supported by
Newlib Nano.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
Paul Sokolovsky 2020-06-16 13:38:52 +03:00 committed by Carles Cufí
commit 28af4bfb58

View file

@ -1,5 +1,6 @@
# General config
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_NANO=n
CONFIG_POSIX_API=y
CONFIG_EVENTFD=y