From cba6967dc51c73f5a50026438f5d873dc797419a Mon Sep 17 00:00:00 2001 From: schodet Date: Sun, 17 Apr 2005 00:12:11 +0000 Subject: Fix: warning. --- n/avr/proto/proto.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'n') diff --git a/n/avr/proto/proto.c b/n/avr/proto/proto.c index 900605a..d534388 100644 --- a/n/avr/proto/proto.c +++ b/n/avr/proto/proto.c @@ -31,9 +31,11 @@ static void proto_accept_digit (uint8_t c); +#if AC_PROTO_QUOTE == 1 /** Accept a quoted char to be used for args. */ static void proto_accept_char (uint8_t c); +#endif /* Send a hex digit. */ inline static void -- cgit v1.2.3