Add starts of trying to receive.

This commit is contained in:
cnlohr
2024-06-14 01:21:24 -07:00
parent a1a43f256a
commit e90feb9cae
4 changed files with 223 additions and 1 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