8000 Merge pull request #1916 from jpecor/patch-2 · rsbohn/circuitpython@812a31c · GitHub
[go: up one dir, main page]

Skip to content

Commit 812a31c

Browse files
authored
Merge pull request adafruit#1916 from jpecor/patch-2
Removed warning box regarding SAMD21 builds
2 parents 32b0f1c + a9a2227 commit 812a31c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

shared-bindings/pulseio/__init__.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@
5454
//| PWMOut
5555
//|
5656

57-
//| .. warning:: This module is not available in some SAMD21 builds. See the
58-
//| :ref:`module-support-matrix` for more info.
59-
//|
60-
6157
//| All classes change hardware state and should be deinitialized when they
6258
//| are no longer needed if the program continues after use. To do so, either
6359
//| call :py:meth:`!deinit` or use a context manager. See

0 commit comments

Comments
 (0)
0