diff --git a/project/Core/Inc/tftp.h b/project/Core/Inc/tftp.h index 0ed381e..57ae68d 100644 --- a/project/Core/Inc/tftp.h +++ b/project/Core/Inc/tftp.h @@ -1,7 +1,7 @@ /** * @file tftp.h * @brief tftp server - * @author Speetjens S. + * @author Sander S. */ #ifndef PROJECT_TFTP_H diff --git a/project/Core/Src/tftp.c b/project/Core/Src/tftp.c index 2796715..d276477 100644 --- a/project/Core/Src/tftp.c +++ b/project/Core/Src/tftp.c @@ -1,7 +1,7 @@ /** * @file tftp.c * @brief tftp server - * @author Speetjens S. + * @author Sander S. */ #include "tftp.h"