Xi Ruoyao 5 years ago
parent
commit
c544c53672
2 changed files with 0 additions and 10 deletions
  1. 0 1
      Makefile
  2. 0 9
      fdr.hpp

+ 0 - 1
Makefile

@@ -16,7 +16,6 @@ C_DEPS = $(patsubst %.c, %.dep, $(wildcard *.c))
 CXX_DEPS = $(patsubst %.cc, %.depxx, $(wildcard *.cc))
 
 tx01_data : $(OBJS)
-	echo $(IS_MINGW)
 	$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS)
 
 sinclude $(DEPS)

+ 0 - 9
fdr.hpp

@@ -1,9 +0,0 @@
-#include <map>
-
-struct flight_data
-{
-	double ils_height;
-	double gps_height;
-};
-
-std::map<uint32_t, flight_data> FDR;