Skip to content

Commit

Permalink
Fixed a broken link in "How to Create a Flight Controller Configurati…
Browse files Browse the repository at this point in the history
…on File for Betaflight 4.5" page (betaflight#454)

Fixed a broken link in 'How to Create a Flight Controller Configuration File for Betaflight 4.5' page
  • Loading branch information
DanielsJusts authored Sep 5, 2024
1 parent d17cea2 commit ccc789a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/manufacturer/creating-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The `TIMER_PIN_MAP` config statement is broken down as follows:

- WW - zero-indexed counter, increment by 1 for each line in the timer map
- XX - pin number to set the timer on
- YY - selected instance of the timer configuration where multiple options are available. See your MCU's target timer code for the list of options. For example F772 should reference [this timer file](https://github.com/betaflight/betaflight/blob/master/src/main/drivers/stm32/timer_stm32f7xx.c).
- YY - selected instance of the timer configuration where multiple options are available. See your MCU's target timer code for the list of options. For example F772 should reference [this timer file](https://github.com/betaflight/betaflight/blob/master/src/main/drivers/mcu/stm32/timer_stm32f7xx.c).
- ZZ - DMA setting for that timer, same number as used in the `dma pin <pin number> <dma>` command.

### Serial Configuration
Expand Down

0 comments on commit ccc789a

Please sign in to comment.