1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +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, .release = displayPortTestRelease,
.clearScreen = displayPortTestClearScreen, .clearScreen = displayPortTestClearScreen,
.drawScreen = displayPortTestDrawScreen, .drawScreen = displayPortTestDrawScreen,
.screenSize = NULL,
.write = displayPortTestWrite, .write = displayPortTestWrite,
.writeChar = displayPortTestWriteChar, .writeChar = displayPortTestWriteChar,
.isTransferInProgress = displayPortTestIsTransferInProgress, .isTransferInProgress = displayPortTestIsTransferInProgress,