Ver código fonte

Merge pull request #946 from Jnesselr/jnesselr/plannerdoc

Fixed a comment in the planner
nothinman 11 anos atrás
pai
commit
5a18324030
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/planner.h

+ 1
- 1
Marlin/planner.h Ver arquivo

151
   return(block);
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
 FORCE_INLINE bool blocks_queued() 
155
 FORCE_INLINE bool blocks_queued() 
156
 {
156
 {
157
   if (block_buffer_head == block_buffer_tail) { 
157
   if (block_buffer_head == block_buffer_tail) { 

Carregando…
Cancelar
Salvar