Uart_console: remove custom printf

This commit is contained in:
Christina Quast
2015-04-06 19:25:34 +02:00
parent ca39e16797
commit 1e15cb6616
2 changed files with 0 additions and 28 deletions

View File

@@ -33,8 +33,6 @@
#include <stdint.h>
extern int printf(const char *, ...);
extern void UART_Configure( uint32_t dwBaudrate, uint32_t dwMasterClock ) ;
extern void UART_PutChar( uint8_t uc ) ;
extern uint32_t UART_GetChar( void ) ;