bye bye support for atmega 168, your flash space has overflowed

This commit is contained in:
Simen Svale Skogsrud
2011-01-25 22:54:48 +01:00
parent c72efdaf62
commit d8e2778b7b
3 changed files with 0 additions and 16 deletions

View File

@@ -87,11 +87,7 @@ void serialFlush()
rx_buffer_head = rx_buffer_tail;
}
#ifdef USART_RX_vect
SIGNAL(USART_RX_vect)
#else
SIGNAL(SIG_USART_RECV)
#endif
{
unsigned char c = UDR0;
int i = (rx_buffer_head + 1) % RX_BUFFER_SIZE;