Browse Source

Fix a comment

Scott Lahteine 6 years ago
parent
commit
6bdbe3299e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/dogm/ultralcd_st7920_u8glib_rrd_AVR.cpp

+ 1
- 1
Marlin/src/lcd/dogm/ultralcd_st7920_u8glib_rrd_AVR.cpp View File

81
   #define CPU_ST7920_DELAY_2 DELAY_NS(0)
81
   #define CPU_ST7920_DELAY_2 DELAY_NS(0)
82
   #define CPU_ST7920_DELAY_3 DELAY_NS(63)
82
   #define CPU_ST7920_DELAY_3 DELAY_NS(63)
83
 #else
83
 #else
84
-  #error "No valid condition for delays in 'ultralcd_st7920_u8glib_rrd.h'"
84
+  #error "No valid condition for delays in 'ultralcd_st7920_u8glib_rrd_AVR.h'"
85
 #endif
85
 #endif
86
 
86
 
87
 #ifndef ST7920_DELAY_1
87
 #ifndef ST7920_DELAY_1

Loading…
Cancel
Save