Timing Bug

This commit is contained in:
mwalker33 2020-04-05 12:11:45 +10:00
commit b9371d2915
2 changed files with 259 additions and 1 deletions

View file

@ -2405,7 +2405,7 @@ void SendForward(uint8_t fwd_bit_count) {
WaitUS(32 * 8);
} else {
TurnReadLF_off(23 * 8);
TurnReadLFOn(32-23 * 8);
TurnReadLFOn((32-23) * 8);
}
}
}