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:
parent
ed5cadb7cb
commit
3a6775c8ac
@ -28,7 +28,7 @@ STACKSIZE = $(CONFIG_EXAMPLES_TCP_IPC_SERVER_STACKSIZE)
|
|||||||
MODULE = $(CONFIG_EXAMPLES_TCP_IPC_SERVER)
|
MODULE = $(CONFIG_EXAMPLES_TCP_IPC_SERVER)
|
||||||
|
|
||||||
# SERVIDOR Example
|
# 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
|
CSRCS = uart_lorawan_layer.c protocol.c
|
||||||
|
|
||||||
MAINSRC = tcp_ipc_server_main.c
|
MAINSRC = tcp_ipc_server_main.c
|
||||||
|
Loading…
Reference in New Issue
Block a user