Small cleanup

This commit is contained in:
dario 2024-06-29 17:21:06 +02:00
parent 18ced1e3ca
commit fa2cbec794

View File

@ -4,13 +4,10 @@
#ifdef STA_SPATZ_ENABLED #ifdef STA_SPATZ_ENABLED
#include <sta/debug/spatz.hpp> #include <sta/debug/spatz.hpp>
#include <sta/debug/assert.hpp>
#include <sta/lang.hpp>
/** #include <math.h>
* @brief SPATZ IDs for the pressure and temperature data.
*
*/
#define STA_MS56XX_PRESSURE_SPATZ_ID 1
#define STA_MS56XX_TEMPERATURE_SPATZ_ID 2
namespace sta namespace sta
@ -157,4 +154,4 @@ namespace sta
} }
} // namespace sta } // namespace sta
#endif // STA_SPATZ_ENABLED #endif // STA_SPATZ_ENABLED