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

Add displayPortProfile

This commit is contained in:
jflyper 2017-01-16 19:37:40 +09:00
parent 7acaf05b15
commit d33977a506
9 changed files with 54 additions and 12 deletions

View file

@ -18,4 +18,4 @@
#pragma once
struct displayPort_s;
struct displayPort_s *displayPortMspInit(void);
struct displayPort_s *displayPortMspInit(displayPortProfile_t *displayPortProfileToUse);