This commit is contained in:
2026-05-23 18:02:41 +03:00
commit b85718ccf2
42 changed files with 9913 additions and 0 deletions

View 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