Subversion Repositories Projects

Rev

Rev 902 | Rev 942 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 902 Rev 932
Line 301... Line 301...
301
 
301
 
302
#if !(ALLCHARSDEBUG|(WRITECHARS != -1))
302
#if !(ALLCHARSDEBUG|(WRITECHARS != -1))
303
    // init usart
303
    // init usart
Line 304... Line -...
304
    usart1_init();
-
 
-
 
304
    usart1_init();
-
 
305
 
305
 
306
#ifdef SERIALDEBUGDRAW
306
 
307
#define USART0ENABLE 1
-
 
308
#endif
-
 
309
#ifdef ANTENNATRACKTEST
-
 
310
#define USART0ENABLE 1
-
 
311
#endif
307
 
312
 
-
 
313
#ifdef USART0ENABLE
-
 
314
    usart0_init();
308
#ifdef ANTENNATRACKTEST 
315
    usart0_puts("\x1B[2J\x1B[H");
Line 309... Line 316...
309
    usart0_init();
316
    usart0_puts("Welcome\r\n");
310
#endif
317
#endif