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

Merge pull request #1140 from martinbudden/bf_msp_streambuf_prep

Rename serial MSP functions in prep for converting to using streambuf
This commit is contained in:
borisbstyle 2016-09-14 00:17:34 +02:00 committed by GitHub
commit 73d928d79f
6 changed files with 15 additions and 15 deletions

View file

@ -505,7 +505,7 @@ void init(void)
imuInit();
mspInit(&masterConfig.serialConfig);
mspSerialInit(&masterConfig.serialConfig);
#ifdef USE_CLI
cliInit(&masterConfig.serialConfig);