Remove author because I rewrote this thing from the tcp_echo example
This commit is contained in:
2023-12-05 20:04:27 +01:00
parent b9a6566267
commit f7dc10c7bb
2 changed files with 4 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
/** /**
* @file tcp_cmd.h * @file tcp_cmd.h
* @brief This file contains the headers of the tcp command interface * @brief This file contains the headers of the tcp command interface
* @author Gert R.
* @author Sander S. * @author Sander S.
*/ */

View File

@@ -1,8 +1,7 @@
/* /**
* cmd.c * @file tcp_cmd.c
* * @brief This file contains the implementation of the tcp command interface
* Created on: 13 Nov 2023 * @author Sander S.
* Author: Gert Roelandts
*/ */
#include "tcp_cmd.h" #include "tcp_cmd.h"