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:
parent
e8cbae85c4
commit
7b6ccaca6b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue