do not disable irqs in block queue anymore. Should not be needed
[clinton/Smoothieware.git] / src / modules / robot / Conveyor.h
index d29d299..d0cf310 100644 (file)
@@ -34,7 +34,6 @@ public:
     bool is_queue_empty() { return queue.is_empty(); };
     bool is_queue_full() { return queue.is_full(); };
 
-
     //void append_gcode(Gcode *);
     void queue_head_block(void);