From 2da3f1d5b33f6fbc5c14faeff71bb275eb16fed6 Mon Sep 17 00:00:00 2001 From: schodet Date: Fri, 21 Jan 2005 01:20:48 +0000 Subject: Correction de la grosse merde que j'avais mise sur le CVS et optimisations. --- n/avr/proto/proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'n/avr/proto/proto.h') diff --git a/n/avr/proto/proto.h b/n/avr/proto/proto.h index 5d6319f..c52bb35 100644 --- a/n/avr/proto/proto.h +++ b/n/avr/proto/proto.h @@ -42,6 +42,10 @@ proto_putc (uint8_t c); void proto_accept (uint8_t c); +/* Send a argument byte. */ +void +proto_arg (uint8_t a); + /** Send a command, generic function. */ void proto_send (uint8_t cmd, uint8_t size, uint8_t *args); -- cgit v1.2.3