From 4b1255944d0fe58e700681b52512f1d62405d9ec Mon Sep 17 00:00:00 2001 From: schodet Date: Sat, 17 Apr 2004 17:12:33 +0000 Subject: Nouvelle version du protocol asservissement. --- 2004/i/nono/src/utils/hexa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2004/i/nono/src/utils/hexa.h') diff --git a/2004/i/nono/src/utils/hexa.h b/2004/i/nono/src/utils/hexa.h index cdae943..54ee9dc 100644 --- a/2004/i/nono/src/utils/hexa.h +++ b/2004/i/nono/src/utils/hexa.h @@ -32,9 +32,9 @@ int hex2digit (char c); char digit2hex (int d); /// Décode un mot signé (1 octets). -int hexSignedChar2int (const char *s) const; +int hexSignedChar2int (const char *s); /// Décode un mot signé (2 octets). -int hexSignedShort2int (const char *s) const; +int hexSignedShort2int (const char *s); #endif // hexa_h -- cgit v1.2.3