Browse Source

update

change_pipette_api
zhaohe 1 year ago
parent
commit
916595ab65
  1. 2
      api/zi_motor.hpp

2
api/zi_motor.hpp

@ -19,7 +19,7 @@ typedef struct {
uint32_t ola : 1;
uint32_t olb : 1;
uint32_t stst : 1;
} TMC5130ErrorFlag_t;
} TMC5130MotorStatus_t;
namespace iflytop {
using namespace std;

Loading…
Cancel
Save