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

Merge remote-tracking branch 'upstream/master' into blackbox-flash

This commit is contained in:
Nicholas Sherlock 2015-01-30 13:48:49 +13:00
commit ebff1bdcd7
18 changed files with 290 additions and 84 deletions

View file

@ -333,7 +333,7 @@ void init(void)
#ifdef SONAR
if (feature(FEATURE_SONAR)) {
Sonar_init();
sonarInit();
}
#endif