Fix an error in the system/netdb Makefile
This commit is contained in:
parent
05f608322e
commit
b63f57b949
@ -43,8 +43,11 @@ endif
|
||||
|
||||
# netdb Application
|
||||
|
||||
PRIORITY = SCHED_PRIORITY_DEFAULT
|
||||
STACKSIZE = 768
|
||||
CONFIG_SYSTEM_NETDB_STACKSIZE ?= 2048
|
||||
CONFIG_SYSTEM_NETDB_PRIORITY ?= 100
|
||||
|
||||
PRIORITY = $(CONFIG_SYSTEM_NETDB_PRIORITY)
|
||||
STACKSIZE = $(CONFIG_SYSTEM_NETDB_STACKSIZE)
|
||||
|
||||
ASRCS =
|
||||
CSRCS = netdb_main.c
|
||||
|
Loading…
Reference in New Issue
Block a user