From b8ae64606061e593c573d94c70de18e99ce2a00a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 16 Apr 2024 13:53:35 +0200 Subject: [PATCH] this include might be missing --- src/fsfw_hal/linux/serial/helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsfw_hal/linux/serial/helper.cpp b/src/fsfw_hal/linux/serial/helper.cpp index c58689c0..9bded3fa 100644 --- a/src/fsfw_hal/linux/serial/helper.cpp +++ b/src/fsfw_hal/linux/serial/helper.cpp @@ -1,6 +1,6 @@ #include #include - +#include "FSFWConfig.h" #include "fsfw/serviceinterface.h" void serial::setMode(struct termios& options, UartModes mode) {