Browse Source

Drop old comment

Scott Lahteine 5 years ago
parent
commit
c86ee574ec
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/max7219.cpp

+ 1
- 1
Marlin/src/feature/max7219.cpp View File

121
   #define CRITICAL_SECTION_START() NOOP
121
   #define CRITICAL_SECTION_START() NOOP
122
   #define CRITICAL_SECTION_END()   NOOP
122
   #define CRITICAL_SECTION_END()   NOOP
123
 #else
123
 #else
124
-  #define SIG_DELAY() DELAY_NS(250) // Delay for 0.1875µs (16MHz AVR) or 0.15µs (20MHz AVR)
124
+  #define SIG_DELAY() DELAY_NS(250)
125
 #endif
125
 #endif
126
 
126
 
127
 void Max7219::error(const char * const func, const int32_t v1, const int32_t v2/*=-1*/) {
127
 void Max7219::error(const char * const func, const int32_t v1, const int32_t v2/*=-1*/) {

Loading…
Cancel
Save