根据新增加的电机板协议调整2号寄存器扫描状态位

This commit is contained in:
pm 2019-12-07 17:41:37 +08:00
parent b93463578e
commit b5b6f773dc
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ typedef union Motor_Mode {
unsigned int scan_num : 14;
unsigned int scan_mode : 2;
unsigned int feeding_paper_ready : 1;
unsigned int scan_status : 1;
};
} MotorMode;