1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

displayPort device registration changed

This commit is contained in:
jflyper 2016-11-06 02:37:45 +09:00
parent 131147322d
commit 4ae6f8c1c4
17 changed files with 224 additions and 216 deletions

View file

@ -17,5 +17,6 @@
#pragma once
struct displayPort_s;
void displayPortOledInit(struct displayPort_s *displayPort);
void displayPortOledInit(void);
extern displayPort_t oledDisplayPort;