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:
parent
b310f9b348
commit
bb8e0686c1
4 changed files with 4 additions and 4 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue