Skip to content
Snippets Groups Projects
Commit b93a55e1 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix ST7920_DELAY_2 potentially being unset

Comes from #7760
parent ce1638e3
Branches
Tags
No related merge requests found
......@@ -240,7 +240,7 @@
#ifndef ST7920_DELAY_1
#define ST7920_DELAY_1 DELAY_0_NOP
#endif
#ifndef ST7920_DELAY_3
#ifndef ST7920_DELAY_2
#define ST7920_DELAY_2 DELAY_3_NOP
#endif
#ifndef ST7920_DELAY_3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment