From b91e52c3a8a90d57402f6cce426969f9dcb541eb Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Mon, 8 Jan 2018 20:05:03 -0300 Subject: [PATCH] Updated Snippet: Keyboard controlled robot (markdown) --- Snippet:-Keyboard-controlled-robot.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Snippet:-Keyboard-controlled-robot.md b/Snippet:-Keyboard-controlled-robot.md index 3765275..36fe606 100644 --- a/Snippet:-Keyboard-controlled-robot.md +++ b/Snippet:-Keyboard-controlled-robot.md @@ -36,9 +36,8 @@ DRILL_STATUS_OK equ 0 DRILL_STATUS_BUSY equ 1 ;*************************** Inventory actions IDs +INV_CLEAR equ 0 INV_POLL equ 1 -INV_CLEAR equ 2 -INV_EMPTY equ 0 ;*************************** Laser actions IDs LASER_WITHDRAW equ 1