summaryrefslogtreecommitdiff
path: root/digital/beacon/src/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/update.c')
-rw-r--r--digital/beacon/src/update.c2
1 files changed, 1 insertions, 1 deletions
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)