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

Rename overlooked Dshot command function name

This commit is contained in:
jflyper 2019-08-13 08:47:37 +09:00
parent b310f9b348
commit bb8e0686c1
4 changed files with 4 additions and 4 deletions

View file

@ -229,7 +229,7 @@ void dshotCommandWrite(uint8_t index, uint8_t motorCount, uint8_t command, bool
}
}
uint8_t pwmGetDshotCommand(uint8_t index)
uint8_t dshotCommandGetCurrent(uint8_t index)
{
return commandQueue[commandQueueTail].command[index];
}