1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Fix compile warning in cms_unittest.

This commit is contained in:
Anders Hoglund 2016-11-19 18:12:51 +01:00
parent e8cbae85c4
commit 7b6ccaca6b

View file

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