add rx/tx test

This commit is contained in:
cnlohr
2024-10-05 19:54:56 -07:00
parent 84b7b478c0
commit ec9206346e
6 changed files with 340 additions and 0 deletions
@@ -0,0 +1,9 @@
#ifndef _FUNCONFIG_H
#define _FUNCONFIG_H
#define FUNCONF_USE_DEBUGPRINTF 1
#define FUNCONF_USE_UARTPRINTF 0
#define FUNCONF_USE_HSE 1
#endif