From 7c803d28e65ba225fd5df4588ce61d30703402f6 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:51:09 +0100 Subject: [PATCH] apps/examples/tcp_ipc_server/Makefile: Fix mistakes in comments Fix mistakes in comments --- examples/tcp_ipc_server/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/tcp_ipc_server/Makefile b/examples/tcp_ipc_server/Makefile index 06b15db6c..ddf704d06 100644 --- a/examples/tcp_ipc_server/Makefile +++ b/examples/tcp_ipc_server/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/examples/SERVIDOR/Make.defs +# apps/examples/tcp_ipc_server/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with @@ -20,14 +20,14 @@ include $(APPDIR)/Make.defs -# SERVIDOR built-in application info +# Server TCP built-in application info PROGNAME = $(CONFIG_EXAMPLES_TCP_IPC_SERVER_PROGNAME) PRIORITY = $(CONFIG_EXAMPLES_TCP_IPC_SERVER_PRIORITY) STACKSIZE = $(CONFIG_EXAMPLES_TCP_IPC_SERVER_STACKSIZE) MODULE = $(CONFIG_EXAMPLES_TCP_IPC_SERVER) -# SERVIDOR Example +# Server TCP Example CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/examples/tcp_ipc_server/lorawan CSRCS = uart_lorawan_layer.c protocol.c