From c5bf966201652e126a7fa63e814c65863fd724a0 Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Mon, 8 Jan 2018 20:04:46 -0300 Subject: [PATCH] Updated Snippet: Constants (markdown) --- Snippet:-Constants.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Snippet:-Constants.md b/Snippet:-Constants.md index 67f01c9..8cc7be4 100644 --- a/Snippet:-Constants.md +++ b/Snippet:-Constants.md @@ -23,9 +23,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