samples: lora: don't select NEWLIB_LIBC

This option should be selected by default, as right now LORA=y selects
REQUIRES_FULL_LIBC.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
This commit is contained in:
Marcin Niestroj 2020-06-24 23:53:30 +02:00 committed by Anas Nashif
commit f4896adaa8
2 changed files with 0 additions and 2 deletions

View file

@ -4,4 +4,3 @@ CONFIG_GPIO=y
CONFIG_LORA=y
CONFIG_LORA_SX1276=y
CONFIG_PRINTK=y
CONFIG_NEWLIB_LIBC=y

View file

@ -4,4 +4,3 @@ CONFIG_GPIO=y
CONFIG_LORA=y
CONFIG_LORA_SX1276=y
CONFIG_PRINTK=y
CONFIG_NEWLIB_LIBC=y