From fa2cbec794d621847e09a62fe40070523e1f6ea3 Mon Sep 17 00:00:00 2001 From: dario Date: Sat, 29 Jun 2024 17:21:06 +0200 Subject: [PATCH] Small cleanup --- src/mock.cpp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/mock.cpp b/src/mock.cpp index 1caa36a..33d208d 100644 --- a/src/mock.cpp +++ b/src/mock.cpp @@ -4,13 +4,10 @@ #ifdef STA_SPATZ_ENABLED #include +#include +#include -/** - * @brief SPATZ IDs for the pressure and temperature data. - * - */ -#define STA_MS56XX_PRESSURE_SPATZ_ID 1 -#define STA_MS56XX_TEMPERATURE_SPATZ_ID 2 +#include namespace sta @@ -157,4 +154,4 @@ namespace sta } } // namespace sta -#endif // STA_SPATZ_ENABLED \ No newline at end of file +#endif // STA_SPATZ_ENABLED