summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/recovery.c
diff options
context:
space:
mode:
authorFlorent Duchon2012-04-21 16:58:09 +0200
committerFlorent Duchon2012-04-21 18:05:03 +0200
commit86855bce3598f21f1b1c81329f98cdc434edfa7d (patch)
tree03d7045bdbac74c9b1da72ae2e2d9fd058c255e4 /digital/beacon/src/recovery.c
parent90527d1cf27582b1e7bb8588afbed8989453f606 (diff)
digital/beacon: use different debug files for simu or avr mode
Diffstat (limited to 'digital/beacon/src/recovery.c')
-rw-r--r--digital/beacon/src/recovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/recovery.c b/digital/beacon/src/recovery.c
index a090b32c..891e35ed 100644
--- a/digital/beacon/src/recovery.c
+++ b/digital/beacon/src/recovery.c
@@ -27,7 +27,7 @@
#include "position.h"
#include "recovery.h"
#include "trust.h"
-#include "debug.h"
+#include "debug_simu.h"
/* This function is used to calculate all obstacle positions from sractch */
TRecoveryStatus recovery(coord_s * new_point,opponent_s opp[MAX_OBSTACLE])