Browse Source

update

change_pipette_api
zhaohe 2 years ago
parent
commit
f295d111c4
  1. 1
      api/errorcode.hpp

1
api/errorcode.hpp

@ -52,6 +52,7 @@ typedef enum {
kmodule_error = ERROR_CODE(200, 3), // 未知错误
kmodule_not_find_config_index = ERROR_CODE(200, 4), // 未找到配置索引
kmodule_not_find_state_index = ERROR_CODE(200, 5), // 未找到配置索引
kmodule_not_support_action = ERROR_CODE(200, 6), // 未找到配置索引
/**
* @brief motor error

Loading…
Cancel
Save