Why no math good

This commit is contained in:
cnlohr
2024-06-23 20:58:33 -07:00
parent 70caf8b76a
commit 7052e8c111
6 changed files with 540 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