Subversion Repositories Projects

Rev

Rev 902 | Rev 942 | Go to most recent revision | Show entire file | Ignore 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 -... Line 304...
-
 
304
    usart1_init();
-
 
305
 
-
 
306
#ifdef SERIALDEBUGDRAW
-
 
307
#define USART0ENABLE 1
-
 
308
#endif
-
 
309
#ifdef ANTENNATRACKTEST
Line 304... Line -...
304
    usart1_init();
-
 
305
 
310
#define USART0ENABLE 1
306
 
311
#endif
-
 
312
 
-
 
313
#ifdef USART0ENABLE
307
 
314
    usart0_init();
Line 308... Line 315...
308
#ifdef ANTENNATRACKTEST 
315
    usart0_puts("\x1B[2J\x1B[H");
309
    usart0_init();
316
    usart0_puts("Welcome\r\n");