mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-30 00:41:17 +01:00
file obsoleted
This commit is contained in:
parent
b473e44b56
commit
7d1da05452
@ -1,21 +0,0 @@
|
||||
#include <stdio.h>
|
||||
#include "board.h"
|
||||
|
||||
#define UART1_TX TXBUF1
|
||||
#define UART1_WAIT_TXDONE() while( (UTCTL1 & TXEPT) == 0 ) { _NOP(); }
|
||||
|
||||
|
||||
int putchar(int c)
|
||||
{
|
||||
// UART1_TX = c;
|
||||
// UART1_WAIT_TXDONE();
|
||||
//
|
||||
// if (c == 10) {
|
||||
// UART1_TX = 13;
|
||||
// UART1_WAIT_TXDONE();
|
||||
// }
|
||||
|
||||
return c;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user