Define ST7920 delays for board ARMED (#12161)
This commit is contained in:
parent
2e5e689a7f
commit
b640b3b0d6
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@
|
||||||
#define CPU_ST7920_DELAY_1 DELAY_NS(0)
|
#define CPU_ST7920_DELAY_1 DELAY_NS(0)
|
||||||
#define CPU_ST7920_DELAY_2 DELAY_NS(0)
|
#define CPU_ST7920_DELAY_2 DELAY_NS(0)
|
||||||
#define CPU_ST7920_DELAY_3 DELAY_NS(0)
|
#define CPU_ST7920_DELAY_3 DELAY_NS(0)
|
||||||
|
#elif MB(ARMED)
|
||||||
|
#define CPU_ST7920_DELAY_1 DELAY_NS(0)
|
||||||
|
#define CPU_ST7920_DELAY_2 DELAY_NS(0)
|
||||||
|
#define CPU_ST7920_DELAY_3 DELAY_NS(0)
|
||||||
#elif F_CPU == 16000000
|
#elif F_CPU == 16000000
|
||||||
#define CPU_ST7920_DELAY_1 DELAY_NS(0)
|
#define CPU_ST7920_DELAY_1 DELAY_NS(0)
|
||||||
#define CPU_ST7920_DELAY_2 DELAY_NS(0)
|
#define CPU_ST7920_DELAY_2 DELAY_NS(0)
|
||||||
|
|
Reference in a new issue