mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-03-14 21:19:43 +01:00
Document Clock Divider = 1 in pio_get_default_sm_config in pio.h
Add Clock Divider = 1 to documentation of pio_get_default_sm_config
This commit is contained in:
parent
429775b480
commit
c590e764f2
1 changed files with 1 additions and 0 deletions
|
|
@ -741,6 +741,7 @@ static inline void sm_config_set_mov_status(pio_sm_config *c, enum pio_mov_statu
|
|||
*
|
||||
* Setting | Default
|
||||
* --------|--------
|
||||
* Clock Divider | 1
|
||||
* Out Pins | 32 starting at 0
|
||||
* Set Pins | 0 starting at 0
|
||||
* In Pins | 32 starting at 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue