correct SYSTICK and RELOAD_CYCLES

This commit is contained in:
2025-11-20 16:32:17 +08:00
parent a9aa2e19c8
commit a2d2773ace
7 changed files with 50 additions and 147 deletions

View File

@@ -1,7 +1,13 @@
#ifndef CONFIG_H
#define CONFIG_H
#ifndef __CONFIG_H
#define __CONFIG_H
// debug switch
#define DEBUG_ENABLED false
#define DEBUG_MT_ENABLED false
#define DEBUG_DFOC_ENABLED false
// systick
#define RELOAD_CYCLES 0xF423FF
#define MCLK_IN_MHZ 80
#endif