pruned extraneous comment

pull/1/head
Simen Svale Skogsrud 2011-06-03 15:33:56 +02:00
rodzic ab8bae74c1
commit 5eea9f4c7c
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

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