mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
fix typos in code comments in common folder
This commit is contained in:
parent
8ca4fdc586
commit
73c87c0593
17 changed files with 20 additions and 20 deletions
|
@ -209,7 +209,7 @@ extern uint8_t bbPuPdMode;
|
|||
extern uint32_t bbOutputBuffer[MOTOR_DSHOT_BUF_CACHE_ALIGN_LENGTH * MAX_SUPPORTED_MOTOR_PORTS];
|
||||
|
||||
// DMA input buffer
|
||||
// (30us + <frame time> + <slack>) / <input sampling clock perid>
|
||||
// (30us + <frame time> + <slack>) / <input sampling clock period>
|
||||
// <frame time> = <DShot symbol time> * 16
|
||||
// Temporary size for DS600
|
||||
// <frame time> = 26us
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue