summaryrefslogtreecommitdiffhomepage
path: root/digital/io-hub/src/apbirthday/Makefile
diff options
context:
space:
mode:
authorOlivier Lanneluc2013-05-03 18:34:50 +0200
committerNicolas Schodet2013-05-03 23:07:15 +0200
commitc6a8cc44fa11777a35ac329602b4a47b3145bf30 (patch)
tree6b4bffba590c3fe156e11fafef708b3d95b9a00f /digital/io-hub/src/apbirthday/Makefile
parent80c332e283f7eaf02f8f2f9da792a30c8bf18f2b (diff)
digital/io-hub/src: move path stuff for apbirthday 2013 in class Path_2013
Class Path contains only the generic code to process generic obstacles, like the opponent robots. All the static obstacles of the 2013 playground, should be managed by class Path_2013.
Diffstat (limited to 'digital/io-hub/src/apbirthday/Makefile')
-rw-r--r--digital/io-hub/src/apbirthday/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/io-hub/src/apbirthday/Makefile b/digital/io-hub/src/apbirthday/Makefile
index 105d230a..215c71bc 100644
--- a/digital/io-hub/src/apbirthday/Makefile
+++ b/digital/io-hub/src/apbirthday/Makefile
@@ -7,7 +7,7 @@ apbirthday_SOURCES = main.cc robot.cc hardware.host.cc hardware.stm32.cc \
i2c_queue.cc asserv.cc mimot.cc lcd.cc beacon.cc \
potentiometer.host.cc potentiometer.stm32.cc \
pressure.cc chrono.host.cc chrono.stm32.cc debounce.cc \
- radar.cc radar_2013.cc obstacles.cc path.cc strat.cc \
+ radar.cc radar_2013.cc obstacles.cc path.cc path_2013.cc strat.cc \
outputs.cc \
top.cc init.cc move.cc candles.cc cannon.cc drinks.cc plate.cc \
angfsm.host.c angfsm_gen_arm_AI.arm.c fsm_queue.cc \