summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/recovery.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/recovery.h')
-rw-r--r--digital/beacon/src/recovery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/recovery.h b/digital/beacon/src/recovery.h
index a50310d1..525ef957 100644
--- a/digital/beacon/src/recovery.h
+++ b/digital/beacon/src/recovery.h
@@ -40,6 +40,6 @@ typedef enum
} TRecoveryStatus;
/* This function is used to calculate all obstacle positions from sractch */
-TRecoveryStatus recovery(coord_s * new_point,opponent_s result[MAX_OBSTACLE]);
+TRecoveryStatus recovery(coord_s * new_point,robot_s result[MAX_OBSTACLE]);
#endif