From 91bd047201746dec0096f9ae5f1879caed629b67 Mon Sep 17 00:00:00 2001 From: Sani7 Date: Sun, 12 Nov 2023 16:14:26 +0100 Subject: [PATCH] TFTP Change header to match the others --- project/Core/Inc/tftp.h | 2 +- project/Core/Src/tftp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"