Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 762 → Rev 761

/C-OSD/trunk/usart1.h
18,9 → 18,6
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
****************************************************************************/
 
#ifndef _USART1_H
#define _USART1_H
 
#define baud 57600
 
#define RXD_BUFFER_LEN 150
93,5 → 90,3
* and <ms> represents the milliseconds delay between data
*/
//void usart1_request_mk_data(uint8_t, char, uint8_t);
 
#endif