From f7dc10c7bbe72df5a0c8ba534f1e1980feb14b3f Mon Sep 17 00:00:00 2001 From: Sander Speetjens Date: Tue, 5 Dec 2023 20:04:27 +0100 Subject: [PATCH] tcp_cmd Remove author because I rewrote this thing from the tcp_echo example --- project/Core/Inc/tcp_cmd.h | 1 - project/Core/Src/tcp_cmd.c | 9 ++++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/project/Core/Inc/tcp_cmd.h b/project/Core/Inc/tcp_cmd.h index 38e0fc2..bb1f4a3 100644 --- a/project/Core/Inc/tcp_cmd.h +++ b/project/Core/Inc/tcp_cmd.h @@ -1,7 +1,6 @@ /** * @file tcp_cmd.h * @brief This file contains the headers of the tcp command interface -* @author Gert R. * @author Sander S. */ diff --git a/project/Core/Src/tcp_cmd.c b/project/Core/Src/tcp_cmd.c index 778e3b6..b2570c8 100644 --- a/project/Core/Src/tcp_cmd.c +++ b/project/Core/Src/tcp_cmd.c @@ -1,8 +1,7 @@ -/* - * cmd.c - * - * Created on: 13 Nov 2023 - * Author: Gert Roelandts +/** + * @file tcp_cmd.c + * @brief This file contains the implementation of the tcp command interface + * @author Sander S. */ #include "tcp_cmd.h"