mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Fixup after rebase
This commit is contained in:
parent
7c8d1967d0
commit
e4cb051b13
7 changed files with 8 additions and 13 deletions
|
@ -96,10 +96,9 @@ static const displayPortVTable_t testDisplayPortVTable = {
|
|||
|
||||
displayPort_t *displayPortTestInit(void)
|
||||
{
|
||||
testDisplayPort.vTable = &testDisplayPortVTable;
|
||||
displayInit(&testDisplayPort, &testDisplayPortVTable);
|
||||
testDisplayPort.rows = 10;
|
||||
testDisplayPort.cols = 40;
|
||||
testDisplayPort.isGrabbed = false;
|
||||
return &testDisplayPort;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue