diff --git a/include/gos/chibios.h b/include/gos/chibios.h index aa98c645..14ba4b2e 100644 --- a/include/gos/chibios.h +++ b/include/gos/chibios.h @@ -6,7 +6,7 @@ */ /** - * @file include/gos/chibios.h + * @file include/gos/posix.h * @brief GOS - Operating System Support header file for ChibiOS. */ diff --git a/src/gos/posix.c b/src/gos/posix.c index 234fc3a5..2e930a6c 100644 --- a/src/gos/posix.c +++ b/src/gos/posix.c @@ -6,7 +6,7 @@ */ /** - * @file src/gos/chibios.c + * @file src/gos/posix.c * @brief GOS ChibiOS Operating System support. */ #include "gfx.h"