correct SYSTICK and RELOAD_CYCLES
This commit is contained in:
10
3rd/config.h
10
3rd/config.h
@@ -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
|
||||
Reference in New Issue
Block a user