Kaynağa Gözat

Fixed a comment in the planner

Justin Nesselrotte 10 yıl önce
ebeveyn
işleme
07c0eeee99
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      Marlin/planner.h

+ 1
- 1
Marlin/planner.h Dosyayı Görüntüle

@@ -151,7 +151,7 @@ FORCE_INLINE block_t *plan_get_current_block()
151 151
   return(block);
152 152
 }
153 153
 
154
-// Gets the current block. Returns NULL if buffer empty
154
+// Returns true if the buffer has a queued block, false otherwise
155 155
 FORCE_INLINE bool blocks_queued() 
156 156
 {
157 157
   if (block_buffer_head == block_buffer_tail) { 

Loading…
İptal
Kaydet