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

Created new interface directory

This commit is contained in:
Martin Budden 2017-11-12 09:27:04 +00:00
parent 12c052c103
commit e3ee9a5588
23 changed files with 61 additions and 53 deletions

View file

@ -56,7 +56,7 @@
static char infoGitRev[GIT_SHORT_REVISION_LENGTH];
static char infoTargetName[] = __TARGET__;
#include "msp/msp_protocol.h" // XXX for FC identification... not available elsewhere
#include "interface/msp_protocol.h" // XXX for FC identification... not available elsewhere
static long cmsx_InfoInit(void)
{