add proj
This commit is contained in:
9
B-G474E-DPOW1_Keil/Core/Inc/retarget.h
Normal file
9
B-G474E-DPOW1_Keil/Core/Inc/retarget.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef RETARGET_H
|
||||
#define RETARGET_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void Retarget_Init(uint32_t baudrate);
|
||||
void Retarget_PutChar(char ch);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user