ソースを参照

Drop old comment

Scott Lahteine 5年前
コミット
c86ee574ec
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/src/feature/max7219.cpp

+ 1
- 1
Marlin/src/feature/max7219.cpp ファイルの表示

@@ -121,7 +121,7 @@ uint8_t Max7219::suspended; // = 0;
121 121
   #define CRITICAL_SECTION_START() NOOP
122 122
   #define CRITICAL_SECTION_END()   NOOP
123 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 125
 #endif
126 126
 
127 127
 void Max7219::error(const char * const func, const int32_t v1, const int32_t v2/*=-1*/) {

読み込み中…
キャンセル
保存