mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/driver-ms56xx.git
synced 2025-08-02 03:51:54 +00:00
Added compile time checks
This commit is contained in:
parent
fa2cbec794
commit
fa30a28b45
@ -9,6 +9,14 @@
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#ifndef STA_MS56XX_TEMPERATURE_SPATZ_ID
|
||||
# error "MS56xx temperature SPATZ ID not defined."
|
||||
#endif // !STA_MS56XX_TEMPERATURE_SPATZ_ID
|
||||
|
||||
#ifndef STA_MS56XX_PRESSURE_SPATZ_ID
|
||||
# error "MS56xx pressure SPATZ ID not defined."
|
||||
#endif // !STA_MS56XX_PRESSURE_SPATZ_ID
|
||||
|
||||
|
||||
namespace sta
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user