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

8 lines
135 B
C
Raw Normal View History

2024-06-13 08:01:47 +00:00
#ifndef UART_CONSOLE_H
#define UART_CONSOLE_H
#include "type_define.h"
#include "stdio.h"
void uart_console_put_char(u8 data);
#endif