File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ports/raspberrypi/bindings/rp2pio Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -912,15 +912,15 @@ MP_PROPERTY_GETTER(rp2pio_statemachine_pc_obj,
912
912
(mp_obj_t )& rp2pio_statemachine_get_pc_obj );
913
913
914
914
//| rxfifo: memorymap.AddressRange
915
- //| """Accecss the state machine's rxfifo directly
915
+ //| """Access the state machine's rxfifo directly
916
916
//|
917
917
//| If the state machine's fifo mode is ``txput`` then accessing this object
918
918
//| reads values stored by the ``mov rxfifo[], isr`` PIO instruction, and the
919
919
//| result of modifying it is undefined.
920
920
//|
921
921
//| If the state machine's fifo mode is ``txget`` then modifying this object
922
922
//| writes values accessed by the ``mov osr, rxfifo[]`` PIO instruction, and
923
- //| the result of accessing it is undefined..
923
+ //| the result of accessing it is undefined.
924
924
//|
925
925
//| If this state machine's mode is something else, then the property's value is `None`.
926
926
//|
You can’t perform that action at this time.
0 commit comments