1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge pull request #1607 from AndersHoglund/fix_c99_unittests

PR 1604 incomplete. One more element to init.
This commit is contained in:
Anders Höglund 2016-11-19 17:48:47 +01:00 committed by GitHub
commit 52551750f6

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,