A/Cs are now identified by their id (uint8)

This commit is contained in:
Pascal Brisset
2005-05-29 15:50:23 +00:00
parent a1ed0cc58d
commit 7465ba10f7
7 changed files with 15 additions and 43 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ all: $(AIRFRAME_H) $(RADIO_H) $(FLIGHT_PLAN_H) $(INFLIGHT_CALIB_H)
echo $(AIRFRAME_H) $(CONF)/$(AIRFRAME)
$(AIRFRAME_H) : $(CONF)/$(AIRFRAME) $(CONF_XML)
$(TOOLS)/gen_airframe.out $(AIRCRAFT) $< > /tmp/airframe.h
$(TOOLS)/gen_airframe.out $(AC_ID) $(AIRCRAFT) $< > /tmp/airframe.h
mv /tmp/airframe.h $@
$(RADIO_H) : $(CONF)/$(RADIO) $(CONF_XML)