From 894e8307503e67088b114cbbe644f58c7c2aa089 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Thu, 28 Mar 2013 22:14:27 +0100 Subject: digital/beacon: rework of opponents and apb robot structures --- 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 936d0138..d81246d8 100644 --- a/digital/beacon/src/trust.c +++ b/digital/beacon/src/trust.c @@ -28,7 +28,7 @@ #include "debug_simu.h" #include "print.h" -extern opponent_s opponent[MAX_OBSTACLE]; +extern robot_s opponent[MAX_OBSTACLE]; static HAL_AppTimer_t trustTimer; -- cgit v1.2.3