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/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 9b987b77..570d0407 100644 --- a/digital/beacon/src/update.c +++ b/digital/beacon/src/update.c @@ -30,7 +30,7 @@ #include "print.h" /* Globals Declaration */ -extern opponent_s opponent[MAX_OBSTACLE]; +extern robot_s opponent[MAX_OBSTACLE]; /* This function checks is the given coord is a potential obstacle and updates the structure in consequence */ TUpdateStatus update(coord_s * point) -- cgit v1.2.3