Browse Source

Document meaning of manage_response() move default parameter value.

Marek Bel 6 năm trước cách đây
mục cha
commit
39b391314f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Firmware/mmu.h

+ 1 - 1
Firmware/mmu.h

@@ -71,7 +71,7 @@ extern void mmu_command(uint8_t cmd);
 
 extern bool mmu_get_response(uint8_t move = 0);
 
-extern void manage_response(bool move_axes, bool turn_off_nozzle, uint8_t move = 0);
+extern void manage_response(bool move_axes, bool turn_off_nozzle, uint8_t move = MMU_NO_MOVE);
 
 extern void mmu_load_to_nozzle();