Files
checker_gen1/source/interface/if_uart.h

27 lines
108 B
C
Raw Normal View History

2023-06-10 11:52:00 +08:00
#ifndef if_uart_h__
#define if_uart_h__
#include "stdint.h"
#include "string.h"
#endif