mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-22 16:28:32 +03:00
Uart_console: remove custom printf
This commit is contained in:
@@ -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 ) ;
|
||||
|
||||
Reference in New Issue
Block a user