Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 5, 2021
1 parent 7249e21 commit 4dd4951
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/src/lcd/dogm/ultralcd_st7920_u8glib_rrd_AVR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#define BOARD_ST7920_DELAY_1 0
#endif
#ifndef CPU_ST7920_DELAY_1
#define BOARD_ST7920_DELAY_1 0
#define CPU_ST7920_DELAY_1 0
#endif
#if BOARD_ST7920_DELAY_1 || CPU_ST7920_DELAY_1 || LCD_ST7920_DELAY_1
#define ST7920_DELAY_1 DELAY_NS(_MAX(BOARD_ST7920_DELAY_1, CPU_ST7920_DELAY_1, LCD_ST7920_DELAY_1))
Expand All @@ -60,7 +60,7 @@
#define BOARD_ST7920_DELAY_2 0
#endif
#ifndef CPU_ST7920_DELAY_2
#define BOARD_ST7920_DELAY_2 0
#define CPU_ST7920_DELAY_2 0
#endif
#if BOARD_ST7920_DELAY_2 || CPU_ST7920_DELAY_2 || LCD_ST7920_DELAY_2
#define ST7920_DELAY_2 DELAY_NS(_MAX(BOARD_ST7920_DELAY_2, CPU_ST7920_DELAY_2, LCD_ST7920_DELAY_2))
Expand All @@ -76,7 +76,7 @@
#define BOARD_ST7920_DELAY_3 0
#endif
#ifndef CPU_ST7920_DELAY_3
#define BOARD_ST7920_DELAY_3 0
#define CPU_ST7920_DELAY_3 0
#endif
#if BOARD_ST7920_DELAY_3 || CPU_ST7920_DELAY_3 || LCD_ST7920_DELAY_3
#define ST7920_DELAY_3 DELAY_NS(_MAX(BOARD_ST7920_DELAY_3, CPU_ST7920_DELAY_3, LCD_ST7920_DELAY_3))
Expand Down

0 comments on commit 4dd4951

Please sign in to comment.