From 530aa5297739c61a5169f23fd7310798de70936b Mon Sep 17 00:00:00 2001 From: DieHertz Date: Mon, 20 Mar 2017 21:28:39 +0300 Subject: [PATCH] Fixed Sonar Echo pin definition --- src/main/fc/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/fc/cli.c b/src/main/fc/cli.c index 5f6d43376..b0d626cca 100755 --- a/src/main/fc/cli.c +++ b/src/main/fc/cli.c @@ -3911,7 +3911,7 @@ const cliResourceValue_t resourceTable[] = { #endif #ifdef SONAR { OWNER_SONAR_TRIGGER, PG_SONAR_CONFIG, offsetof(sonarConfig_t, triggerTag), 0 }, - { OWNER_SONAR_ECHO, PG_SERIAL_CONFIG, offsetof(sonarConfig_t, echoTag), 0 }, + { OWNER_SONAR_ECHO, PG_SONAR_CONFIG, offsetof(sonarConfig_t, echoTag), 0 }, #endif #ifdef LED_STRIP { OWNER_LED_STRIP, PG_LED_STRIP_CONFIG, offsetof(ledStripConfig_t, ioTag), 0 },