Browse Source

update

change_pipette_api
zhaohe 1 year ago
parent
commit
17dfc0ae18
  1. 2
      api/apibasic/errorcode.cpp
  2. 1
      api/apibasic/errorcode.hpp

2
api/apibasic/errorcode.cpp

@ -26,6 +26,8 @@ static ecode_table_item_t table[] = {
ERR_ITERM(kbuffer_not_enough),
ERR_ITERM(kcmd_param_num_error),
ERR_ITERM(kcheckcode_is_error),
ERR_ITERM(killegal_operation),
ERR_ITERM(kmodule_opeation_break_by_user),
ERR_ITERM(kmodule_not_find_reg),
ERR_ITERM(kxymotor_x_find_zero_edge_fail),

1
api/apibasic/errorcode.hpp

@ -26,6 +26,7 @@ typedef enum {
kbuffer_not_enough = ERROR_CODE(100, 12),
kcmd_param_num_error = ERROR_CODE(100, 14),
kcheckcode_is_error = ERROR_CODE(100, 15),
killegal_operation = ERROR_CODE(100, 16),
/***********************************************************************************************************************
* *

Loading…
Cancel
Save