HW_Lib/lib/inc/target.h

13 lines
236 B
C
Raw Normal View History

2024-05-10 05:47:39 +00:00
#ifndef RETARGET_H
#define RETARGET_H
#include <sys/stat.h>
#include <stdio.h>
void RetargetInit(UART_HandleTypeDef *huart);
int _write(int fd, char *ptr, int len);
int _read(int fd, char *ptr, int len);
#endif //#ifndef RETARGET_H