Change header to match the others
This commit is contained in:
2023-11-12 16:14:26 +01:00
parent 7df9f5eeab
commit 91bd047201
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/** /**
* @file tftp.h * @file tftp.h
* @brief tftp server * @brief tftp server
* @author Speetjens S. * @author Sander S.
*/ */
#ifndef PROJECT_TFTP_H #ifndef PROJECT_TFTP_H

View File

@@ -1,7 +1,7 @@
/** /**
* @file tftp.c * @file tftp.c
* @brief tftp server * @brief tftp server
* @author Speetjens S. * @author Sander S.
*/ */
#include "tftp.h" #include "tftp.h"