mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
PR 1604 incomplete. One more element to init.
This commit is contained in:
parent
837a17bbac
commit
3285543cf0
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ static const displayPortVTable_t testDisplayPortVTable = {
|
|||
.release = displayPortTestRelease,
|
||||
.clearScreen = displayPortTestClearScreen,
|
||||
.drawScreen = displayPortTestDrawScreen,
|
||||
.screenSize = NULL,
|
||||
.write = displayPortTestWrite,
|
||||
.writeChar = displayPortTestWriteChar,
|
||||
.isTransferInProgress = displayPortTestIsTransferInProgress,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue