1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

Drop MSP_MOTOR_PINS

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-04-10 16:25:02 +02:00
parent b79dea677c
commit 25c5452209
2 changed files with 0 additions and 8 deletions

View file

@ -859,13 +859,6 @@ static bool mspFcProcessOutCommand(uint16_t cmdMSP, sbuf_t *dst, mspPostProcessF
sbufWriteU8(dst, currentBatteryProfile->capacity.unit);
break;
case MSP_MOTOR_PINS:
// FIXME This is hardcoded and should not be.
for (int i = 0; i < 8; i++) {
sbufWriteU8(dst, i + 1);
}
break;
#ifdef USE_GPS
case MSP_RAW_GPS:
sbufWriteU8(dst, gpsSol.fixType);