Catch a couple missing updates + add 203 TX

This commit is contained in:
cnlohr
2024-10-06 03:58:44 -07:00
parent 39dbd6df19
commit 6802a917ae
7 changed files with 121 additions and 2 deletions
+9
View File
@@ -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