From ead84908f4a04fc5d19cf8c494084a8df33434b1 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sat, 19 Oct 2019 18:31:53 +0000 Subject: [PATCH] Stamp out use of box 39 for pinio, use 40 USER1 instead Effects legacy targets: CLRACINGF4 CLRACINGF7 --- src/main/target/CLRACINGF4/config.c | 2 +- src/main/target/CLRACINGF7/config.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/target/CLRACINGF4/config.c b/src/main/target/CLRACINGF4/config.c index 73aa9e1946..b008fe7715 100644 --- a/src/main/target/CLRACINGF4/config.c +++ b/src/main/target/CLRACINGF4/config.c @@ -46,7 +46,7 @@ void targetConfiguration(void) { - pinioBoxConfigMutable()->permanentId[0] = 39; + pinioBoxConfigMutable()->permanentId[0] = 40; motorConfigMutable()->dev.motorPwmProtocol = PWM_TYPE_DSHOT600; gyroConfigMutable()->gyro_sync_denom = 1; // 8kHz gyro pidConfigMutable()->pid_process_denom = 1; // 8kHz PID diff --git a/src/main/target/CLRACINGF7/config.c b/src/main/target/CLRACINGF7/config.c index 8902486262..5bab3a305f 100644 --- a/src/main/target/CLRACINGF7/config.c +++ b/src/main/target/CLRACINGF7/config.c @@ -27,6 +27,6 @@ void targetConfiguration(void) { - pinioBoxConfigMutable()->permanentId[0] = 39; + pinioBoxConfigMutable()->permanentId[0] = 40; } #endif