mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-15 20:46:47 +08:00
examples/tcp_ipc_server: fix wrong file path typo
The lorawan folder is under the path of examples/tcp_ipc_server, the server_tcp folder is not exist here, fix it. Signed-off-by: Junbo Zheng <zhengjunbo1@xiaomi.com>
This commit is contained in:
@@ -28,7 +28,7 @@ STACKSIZE = $(CONFIG_EXAMPLES_TCP_IPC_SERVER_STACKSIZE)
|
||||
MODULE = $(CONFIG_EXAMPLES_TCP_IPC_SERVER)
|
||||
|
||||
# SERVIDOR Example
|
||||
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/examples/server_tcp/lorawan
|
||||
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/examples/tcp_ipc_server/lorawan
|
||||
CSRCS = uart_lorawan_layer.c protocol.c
|
||||
|
||||
MAINSRC = tcp_ipc_server_main.c
|
||||
|
Reference in New Issue
Block a user