mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Improve OSD slave timeout/disconnect/reconnect handling.
This commit is contained in:
parent
85b922383b
commit
dd25358a63
12 changed files with 144 additions and 63 deletions
|
@ -92,6 +92,11 @@ bool displayIsTransferInProgress(const displayPort_t *instance)
|
|||
return instance->vTable->isTransferInProgress(instance);
|
||||
}
|
||||
|
||||
bool displayIsSynced(const displayPort_t *instance)
|
||||
{
|
||||
return instance->vTable->isSynced(instance);
|
||||
}
|
||||
|
||||
void displayHeartbeat(displayPort_t *instance)
|
||||
{
|
||||
instance->vTable->heartbeat(instance);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue