summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/utils/hexa.h
diff options
context:
space:
mode:
authorschodet2004-04-17 17:12:33 +0000
committerschodet2004-04-17 17:12:33 +0000
commit4b1255944d0fe58e700681b52512f1d62405d9ec (patch)
treecb53584549316d61a08cd28bad4430ba20ae7311 /2004/i/nono/src/utils/hexa.h
parentbf43f96467369c8ce632a18766c04760ca233193 (diff)
Nouvelle version du protocol asservissement.
Diffstat (limited to '2004/i/nono/src/utils/hexa.h')
-rw-r--r--2004/i/nono/src/utils/hexa.h4
1 files changed, 2 insertions, 2 deletions
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