Fix typo in Doxygen comment (#731)

This commit is contained in:
Akiyuki Okayasu 2022-02-15 03:03:47 +09:00 committed by GitHub
parent b3cf3e8f6f
commit ae7ef546a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -374,8 +374,8 @@ static inline void sm_config_set_mov_status(pio_sm_config *c, enum pio_mov_statu
* Side Set Pins (base) | 0 * Side Set Pins (base) | 0
* Side Set | disabled * Side Set | disabled
* Wrap | wrap=31, wrap_to=0 * Wrap | wrap=31, wrap_to=0
* In Shift | shift_direction=right, autopush=false, push_thrshold=32 * In Shift | shift_direction=right, autopush=false, push_threshold=32
* Out Shift | shift_direction=right, autopull=false, pull_thrshold=32 * Out Shift | shift_direction=right, autopull=false, pull_threshold=32
* Jmp Pin | 0 * Jmp Pin | 0
* Out Special | sticky=false, has_enable_pin=false, enable_pin_index=0 * Out Special | sticky=false, has_enable_pin=false, enable_pin_index=0
* Mov Status | status_sel=STATUS_TX_LESSTHAN, n=0 * Mov Status | status_sel=STATUS_TX_LESSTHAN, n=0