From 5eea9f4c7c49494b199707f04b329621eb901b8d Mon Sep 17 00:00:00 2001 From: Simen Svale Skogsrud Date: Fri, 3 Jun 2011 15:33:56 +0200 Subject: [PATCH] pruned extraneous comment --- serial.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/serial.c b/serial.c index d71eded..01cf8c1 100644 --- a/serial.c +++ b/serial.c @@ -24,10 +24,7 @@ #include #include -// Define constants and variables for buffering incoming serial data. We're -// using a ring buffer (I think), in which rx_buffer_head is the index of the -// location to which to write the next incoming character and rx_buffer_tail -// is the index of the location from which to read. + #ifdef __AVR_ATmega328P__ #define RX_BUFFER_SIZE 256 #else