fix: revert sync timing
This commit is contained in:
parent
6991e5611e
commit
096fa7853f
|
@ -85,7 +85,7 @@ where
|
||||||
pub fn sync_transmitter(&self) {
|
pub fn sync_transmitter(&self) {
|
||||||
P::into_output();
|
P::into_output();
|
||||||
|
|
||||||
delay_us(SERIAL_DELAY / 2);
|
delay_us(SERIAL_DELAY);
|
||||||
|
|
||||||
P::set_high();
|
P::set_high();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue