[modules] digital_cam also for jsbsim

This commit is contained in:
Felix Ruess
2014-12-14 22:44:57 +01:00
parent c1d583d409
commit 38b13457af
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
<periodic fun="gpio_cam_ctrl_periodic()" freq="4" autorun="TRUE"/>
<makefile >
<makefile target="ap|sim|nps|jsbsim">
<define name="DIGITAL_CAM" />
<file name="gpio_cam_ctrl.c"/>
<file name="dc.c"/>
+1 -1
View File
@@ -23,7 +23,7 @@
<periodic fun="servo_cam_ctrl_periodic()" freq="4" autorun="TRUE"/>
<makefile >
<makefile target="ap|sim|nps|jsbsim">
<define name="DIGITAL_CAM"/>
<file name="servo_cam_ctrl.c"/>
<file name="dc.c"/>