bugs
does not set serial port mode etc.
+ when checking future polarity possibility, does not account
+ for MARGIN_POLARISETIME - it just checks to see if
+ extending front before reducing rear is sufficient
+ this will not work if there are segments which are
+ traversed more quickly than MARGIN_POLARISETIME
want to
document commands [!]movfeat and speed
}
if (u->know_best_polarity &&
!t->seg->i->invertible &&
- u->noninv_tally[ t->backwards ^ u->train_polarity_inverted ]) {
+ u->noninv_tally[ t->backwards ^ u->train_polarity_inverted ^ 1]) {
/* incompatible, stop now */
u->walk_compute_polarise= 0;
}