altosui: Add config and pyro tabs to graph widget
[fw/altos] / src / kernel / ao_config.h
index bf57d9543a11102f09dc3d29bdfb4bdf5ffe2b7b..6896eaa973161375adf553c519369eac03ee8e45 100644 (file)
 #ifndef _AO_CONFIG_H_
 #define _AO_CONFIG_H_
 
+#ifndef AO_FLIGHT_TEST
+#include <ao.h>
+#endif
+
+#if AO_PYRO_NUM
 #include <ao_pyro.h>
+#endif
 
 #ifndef USE_STORAGE_CONFIG
 #define USE_STORAGE_CONFIG 1