Files
foc_ccs/3rd/config.h

13 lines
232 B
C
Raw Permalink Normal View History

2025-11-20 16:32:17 +08:00
#ifndef __CONFIG_H
#define __CONFIG_H
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
#define DEBUG_DFOC_ENABLED false
2025-11-20 16:32:17 +08:00
// systick
#define RELOAD_CYCLES 0xF423FF
#define MCLK_IN_MHZ 80
#endif