Subversion Repositories Projects

Compare Revisions

Regard whitespace Rev 800 → Rev 799

/C-OSD/trunk/usart1.c
18,10 → 18,10
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
****************************************************************************/
 
#include "main.h"
#include <avr/io.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include "main.h"
#include "usart1.h"
 
#if !(ALLCHARSDEBUG|(WRITECHARS != -1))
213,6 → 213,7
RxDataLen = ptrOut - 3;
}
 
 
/**
* Request Data through usart1 until a answer is received
*/