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 139
139
//| that causes an infinite loop, you will be able to interrupt the loop.
140
140
//| However, if you are writing to a device that can get into a bad state if a read or write
141
141
//| is interrupted, you may want to set this to False after your program has been vetted.
142
- //| :param int wrap_target The target instruction number of automatic wrap. Defaults to the first instruction of the program.
143
- //| :param int wrap The instruction after which to wrap to the ``wrap``
142
+ //| :param int wrap_target: The target instruction number of automatic wrap. Defaults to the first instruction of the program.
143
+ //| :param int wrap: The instruction after which to wrap to the ``wrap``
144
144
//| instruction. As a special case, -1 (the default) indicates the
145
145
//| last instruction of the program.
146
146
//| """
You can’t perform that action at this time.
0 commit comments