From 86855bce3598f21f1b1c81329f98cdc434edfa7d Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Sat, 21 Apr 2012 16:58:09 +0200 Subject: digital/beacon: use different debug files for simu or avr mode --- digital/beacon/src/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/beacon/src/update.c') diff --git a/digital/beacon/src/update.c b/digital/beacon/src/update.c index 7a6805b0..aa1614cf 100644 --- a/digital/beacon/src/update.c +++ b/digital/beacon/src/update.c @@ -26,7 +26,7 @@ #include "position.h" #include "trust.h" #include "update.h" -#include "debug.h" +#include "debug_simu.h" /* Globals Declaration */ extern opponent_s opponent[MAX_OBSTACLE]; -- cgit v1.2.3