From ca26bbc754a9248df12f2fab06436d358d9026c6 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Thu, 20 Jun 2024 20:46:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=94=99=E8=AF=AF=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/apibasic/errorcode.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/apibasic/errorcode.cpp b/api/apibasic/errorcode.cpp index a80777a..4985e80 100644 --- a/api/apibasic/errorcode.cpp +++ b/api/apibasic/errorcode.cpp @@ -54,6 +54,8 @@ static ecode_table_item_t table[] = { ERR_ITERM(kpipette_error_VolumeError), ERR_ITERM(kpipette_error_TipAlreadyLoad), ERR_ITERM(kpipette_error_TipLoadFail), + ERR_ITERM(kpipette_error_uninited), + ERR_ITERM(kpipette_error_not_lld_prepare), ERR_ITERM(kpipette_error_tipisload_when_lld_prepare), ERR_ITERM(kstep_motor_not_found_zero_point), ERR_ITERM(kstep_motor_not_go_zero),