aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/conversions.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/systemlib/conversions.h')
-rw-r--r--apps/systemlib/conversions.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/systemlib/conversions.h b/apps/systemlib/conversions.h
index 4db6de772..c2987709b 100644
--- a/apps/systemlib/conversions.h
+++ b/apps/systemlib/conversions.h
@@ -44,7 +44,10 @@
#include <float.h>
#include <stdint.h>
-#define CONSTANTS_ONE_G 9.80665f
+#define CONSTANTS_ONE_G 9.80665f
+#define CONSTANTS_AIR_DENSITY_SEA_LEVEL_15C 1.225f
+#define CONSTANTS_AIR_GAS_CONST 8.31432f
+#define CONSTANTS_ABSOLUTE_NULL_KELVIN 273.15f
__BEGIN_DECLS