1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Spektrum CMS over TM performance increase.

This commit is contained in:
Anders Hoglund 2018-02-20 18:47:52 +01:00
parent 29fd90bec9
commit c8a42924f9
5 changed files with 9 additions and 5 deletions

View file

@ -71,7 +71,7 @@
#define CMS_MAX_DEVICE 4
#endif
static displayPort_t *pCurrentDisplay;
displayPort_t *pCurrentDisplay;
static displayPort_t *cmsDisplayPorts[CMS_MAX_DEVICE];
static int cmsDeviceCount;