mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +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,
|
.release = displayPortTestRelease,
|
||||||
.clearScreen = displayPortTestClearScreen,
|
.clearScreen = displayPortTestClearScreen,
|
||||||
.drawScreen = displayPortTestDrawScreen,
|
.drawScreen = displayPortTestDrawScreen,
|
||||||
|
.screenSize = NULL,
|
||||||
.write = displayPortTestWrite,
|
.write = displayPortTestWrite,
|
||||||
.writeChar = displayPortTestWriteChar,
|
.writeChar = displayPortTestWriteChar,
|
||||||
.isTransferInProgress = displayPortTestIsTransferInProgress,
|
.isTransferInProgress = displayPortTestIsTransferInProgress,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue