1
0
Fork 0
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:
Anders Hoglund 2016-11-19 17:34:04 +01:00
parent 837a17bbac
commit 3285543cf0

View file

@ -116,6 +116,7 @@ static const displayPortVTable_t testDisplayPortVTable = {
.release = displayPortTestRelease,
.clearScreen = displayPortTestClearScreen,
.drawScreen = displayPortTestDrawScreen,
.screenSize = NULL,
.write = displayPortTestWrite,
.writeChar = displayPortTestWriteChar,
.isTransferInProgress = displayPortTestIsTransferInProgress,