2025-11-20 16:32:17 +08:00
|
|
|
#ifndef __CONFIG_H
|
|
|
|
|
#define __CONFIG_H
|
2025-11-17 17:02:53 +08:00
|
|
|
|
2025-11-20 16:32:17 +08:00
|
|
|
// debug switch
|
2025-11-18 15:25:57 +08:00
|
|
|
#define DEBUG_ENABLED false
|
|
|
|
|
#define DEBUG_MT_ENABLED false
|
2025-11-17 17:02:53 +08:00
|
|
|
#define DEBUG_DFOC_ENABLED false
|
2025-11-20 16:32:17 +08:00
|
|
|
|
|
|
|
|
// systick
|
|
|
|
|
#define RELOAD_CYCLES 0xF423FF
|
|
|
|
|
#define MCLK_IN_MHZ 80
|
|
|
|
|
|
2025-11-17 17:02:53 +08:00
|
|
|
#endif
|