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
1 changed files with 1 additions and 0 deletions

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,