/C-OSD/trunk/usart1.h |
---|
75,7 → 75,7 |
* transmit interrupt handler |
* unused |
*/ |
ISR(SIG_USART1_DATA); |
ISR(USART1_TXC_vect); |
/** |
* receive data through usart1 |
82,7 → 82,7 |
* portions taken and adapted from |
* http://svn.mikrokopter.de/mikrowebsvn/filedetails.php?repname=FlightCtrl&path=%2Fbranches%2FV0.72p+Code+Redesign+killagreg%2Fuart0.c |
*/ |
ISR(SIG_USART1_RECV); |
ISR(USART1_RXC_vect); |
/** |
* Decode the recevied Buffer |