pruned extraneous comment

This commit is contained in:
Simen Svale Skogsrud 2011-06-03 15:33:56 +02:00
parent ab8bae74c1
commit 5eea9f4c7c

View File

@ -24,10 +24,7 @@
#include <avr/interrupt.h> #include <avr/interrupt.h>
#include <avr/sleep.h> #include <avr/sleep.h>
// 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__ #ifdef __AVR_ATmega328P__
#define RX_BUFFER_SIZE 256 #define RX_BUFFER_SIZE 256
#else #else