summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/trust.c
diff options
context:
space:
mode:
authorFlorent Duchon2013-03-28 22:14:27 +0100
committerFlorent Duchon2013-03-28 23:07:25 +0100
commit894e8307503e67088b114cbbe644f58c7c2aa089 (patch)
tree2f31bb35215a6462fc5289c60578bee9ae998a54 /digital/beacon/src/trust.c
parentba29df64d09042c2b0d6c2c8b896c6fb9bdf3262 (diff)
digital/beacon: rework of opponents and apb robot structures
Diffstat (limited to 'digital/beacon/src/trust.c')
-rw-r--r--digital/beacon/src/trust.c2
1 files changed, 1 insertions, 1 deletions
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;