Skip to content

Commit b026a41

Browse files
committed
fix doc build
1 parent 6508356 commit b026a41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ports/raspberrypi/bindings/rp2pio/StateMachine.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#include "py/objproperty.h"
2222
#include "py/runtime.h"
2323

24+
//| import memorymap
25+
//|
2426
//| FifoType = Literal["auto", "txrx", "tx", "rx", "txput", "txget", "putget"]
2527
//| FifoType_piov0 = Literal["auto", "txrx", "tx", "rx"]
2628
//| MovStatusType = Literal["txfifo", "rxfifo", "irq"]
@@ -909,7 +911,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(rp2pio_statemachine_get_pc_obj, rp2pio_statemachine_ob
909911
MP_PROPERTY_GETTER(rp2pio_statemachine_pc_obj,
910912
(mp_obj_t)&rp2pio_statemachine_get_pc_obj);
911913

912-
//| rxfifo: AddressRange
914+
//| rxfifo: memorymap.AddressRange
913915
//| """Accecss the state machine's rxfifo directly
914916
//|
915917
//| If the state machine's fifo mode is ``txput`` then accessing this object

0 commit comments

Comments
 (0)