From f44d4427e1f0c47713a49c7b306150a048f0fb3b Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Thu, 27 Dec 2012 16:27:23 +0100 Subject: digital/beacon: use common uprintf function --- digital/beacon/src/trust.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/beacon/src/trust.c') diff --git a/digital/beacon/src/trust.c b/digital/beacon/src/trust.c index 49bdb043..936d0138 100644 --- a/digital/beacon/src/trust.c +++ b/digital/beacon/src/trust.c @@ -26,7 +26,7 @@ #include "position.h" #include "trust.h" #include "debug_simu.h" -#include "debug_avr.h" +#include "print.h" extern opponent_s opponent[MAX_OBSTACLE]; static HAL_AppTimer_t trustTimer; -- cgit v1.2.3