From 76269fe0b3aac7343ee8828840c6d89abd5ee226 Mon Sep 17 00:00:00 2001 From: lambert Date: Fri, 26 May 2006 08:47:12 +0000 Subject: es : * ajout des ack pour activation des RVB barillet --- n/es-2006/src/ack.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'n/es-2006/src/ack.h') diff --git a/n/es-2006/src/ack.h b/n/es-2006/src/ack.h index c4bcd12..53a2927 100644 --- a/n/es-2006/src/ack.h +++ b/n/es-2006/src/ack.h @@ -31,11 +31,13 @@ /** List here what you want to tell to the world and put a description. * You must use a different number for each code and it must be lower than 255 * of course ! */ -#define ACK_NOTHING 0 /* Nothing to ack */ -#define ACK_CONTACT_FRONT 1 /* Something in the front */ -#define ACK_BARILLET_BALL_FRONT 2 /* A ball has been get from the front - */ -#define ACK_BARILLET_BALL_REAR 3 /* Ball in the rear */ +#define ACK_NOTHING 0 /* Nothing to ack */ +#define ACK_CONTACT_FRONT 1 /* Something in the front */ +#define ACK_BARILLET_BALL_FRONT 2 /* A ball has been get from the front + */ +#define ACK_BARILLET_BALL_REAR 3 /* Ball in the rear */ + +#define ACK_BARILLET_BALL_ARRIVED 4 /* Ball is comming */ // FIXME, inline ? static ? -- cgit v1.2.3