Skip to content

Commit 3281e14

Browse files
committed
fix reference to board module
1 parent 325cbb1 commit 3281e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/bindings/cyw43/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//| """A class that represents a GPIO pin attached to the wifi chip.
3737
//|
3838
//| Cannot be constructed at runtime, but may be the type of a pin object
39-
//| in `board`. A `CywPin` can be used as a DigitalInOut, but not with other
39+
//| in :py:mod:`board`. A `CywPin` can be used as a DigitalInOut, but not with other
4040
//| peripherals such as `PWMOut`."""
4141
const mp_obj_type_t cyw43_pin_type = {
4242
{ &mp_type_type },

0 commit comments

Comments
 (0)