mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +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,
|
||||
.clearScreen = displayPortTestClearScreen,
|
||||
.drawScreen = displayPortTestDrawScreen,
|
||||
.screenSize = NULL,
|
||||
.screenSize = displayPortTestScreenSize,
|
||||
.write = displayPortTestWrite,
|
||||
.writeChar = displayPortTestWriteChar,
|
||||
.isTransferInProgress = displayPortTestIsTransferInProgress,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue