stm32f407-openocd/Core/Src/console/uart_console.h

8 lines
135 B
C

#ifndef UART_CONSOLE_H
#define UART_CONSOLE_H
#include "type_define.h"
#include "stdio.h"
void uart_console_put_char(u8 data);
#endif