Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 386 → Rev 387

/C-OSD/trunk/usart1.h
53,6 → 53,12
void usart1_puts(char*);
 
/**
* transmit interrupt handler
* unused
*/
SIGNAL(SIG_USART1_DATA);
 
/**
* receive data through usart1
* portions taken and adapted from
* http://svn.mikrokopter.de/mikrowebsvn/filedetails.php?repname=FlightCtrl&path=%2Fbranches%2FV0.72p+Code+Redesign+killagreg%2Fuart0.c