mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 23:08:34 +03:00
working printf
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
|
||||
#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