1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Added '-fno-common' build option, fixed resulting problems.

This commit is contained in:
mikeller 2018-08-30 18:58:34 +12:00
parent 9d01a5681e
commit 4ec481a843
14 changed files with 21 additions and 19 deletions

View file

@ -19,7 +19,8 @@
#include "drivers/display.h"
displayPort_t *displayPortHottInit();
displayPort_t hottDisplayPort;
extern displayPort_t hottDisplayPort;
void hottDisplayportRegister();
void hottCmsOpen();