Jason Smith
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
Marlin/src/pins/stm32f4/pins_FYSETC_S6.h
-
Marlin/src/pins/stm32f4/pins_RUMBA32_common.h
|
|
@ -273,7 +273,7 @@ |
|
|
|
#define BOARD_ST7920_DELAY_2 DELAY_NS(48) |
|
|
|
#endif |
|
|
|
#ifndef BOARD_ST7920_DELAY_3 |
|
|
|
#define BOARD_ST7920_DELAY_3 DELAY_NS(600) |
|
|
|
#define BOARD_ST7920_DELAY_3 DELAY_NS(640) |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
@ -180,7 +180,7 @@ |
|
|
|
#define BOARD_ST7920_DELAY_2 DELAY_NS(48) |
|
|
|
#endif |
|
|
|
#ifndef BOARD_ST7920_DELAY_3 |
|
|
|
#define BOARD_ST7920_DELAY_3 DELAY_NS(600) |
|
|
|
#define BOARD_ST7920_DELAY_3 DELAY_NS(640) |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|