mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/driver-ms56xx.git
synced 2025-09-28 22:37:33 +00:00
Added compile time checks
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user