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"