mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
HAL_VRBrain: cope with nested cork/push
This commit is contained in:
parent
266f99db93
commit
5c028897a3
@ -531,6 +531,9 @@ void VRBRAINRCOutput::cork()
|
||||
|
||||
void VRBRAINRCOutput::push()
|
||||
{
|
||||
if (!_corking) {
|
||||
return;
|
||||
}
|
||||
#if RCOUT_DEBUG_LATENCY
|
||||
hal.gpio->pinMode(55, HAL_GPIO_OUTPUT);
|
||||
hal.gpio->write(55, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user