- small bug fixes on IGHDRIV
This commit is contained in:
@ -393,6 +393,11 @@ static long IghRead(long pc, void *object)
|
||||
float delta;
|
||||
int up10, lo10;
|
||||
|
||||
if (eab->state == EASE_abort) {
|
||||
eab->state = EASE_idle;
|
||||
FsmRestartTask(eab->task, eab->idle);
|
||||
return 0;
|
||||
}
|
||||
switch (pc) {
|
||||
default: /* FSM BEGIN ****************************** */
|
||||
EasePchk(drv);
|
||||
|
Reference in New Issue
Block a user