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:
parent
bf9aaa4b34
commit
28af4bfb58
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# General config
|
||||
CONFIG_NEWLIB_LIBC=y
|
||||
CONFIG_NEWLIB_LIBC_NANO=n
|
||||
CONFIG_POSIX_API=y
|
||||
CONFIG_EVENTFD=y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue