13 lines
232 B
C
13 lines
232 B
C
#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 |