Src/ExternalDevices/dps310.h
@@ -8,7 +8,7 @@ #ifndef DPS310_H_INCLUDED #define DPS310_H_INCLUDED #include <stdbool.h> /* Attributes: Product identification and version */ #define VENDOR_NAME "Infineon" @@ -136,7 +136,7 @@ typedef double f64; typedef u8 bool; //typedef u8 bool; #define false 0 #define true 1 @@ -336,6 +336,6 @@ ( struct dps310_state *drv_state ); int BarInit(void); float GetPressAndHeight(void); #endif // DPS310_H_INCLUDED