add skitterrx

This commit is contained in:
cnlohr
2024-11-17 01:09:49 -05:00
parent 7f57e4b003
commit e5cd85ebf8
5 changed files with 570 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef _FUNCONFIG_H
#define _FUNCONFIG_H
#define FUNCONF_USE_DEBUGPRINTF 1
#define FUNCONF_USE_UARTPRINTF 0
#define FUNCONF_USE_HSE 1
#define FUNCONF_SYSTICK_USE_HCLK 1
#endif