summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2019-05-28 09:16:34 -0400
committerGitHub <noreply@github.com>2019-05-28 09:16:34 -0400
commit812a31c78f5c2e98cbb00405ed1c185287b3306c (patch)
tree306e3521eddd1bf49be3a6ccc75536edaf732218
parent32b0f1c78ee26ddb8d689d30d6d95241f69ae838 (diff)
parenta9a222716722f3477ecaf27f07f7d4c66862818e (diff)
Merge pull request #1916 from jpecor/patch-2
Removed warning box regarding SAMD21 builds
-rw-r--r--shared-bindings/pulseio/__init__.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/shared-bindings/pulseio/__init__.c b/shared-bindings/pulseio/__init__.c
index 1114b604b..a3cec3dca 100644
--- a/shared-bindings/pulseio/__init__.c
+++ b/shared-bindings/pulseio/__init__.c
@@ -54,10 +54,6 @@
//| PWMOut
//|
-//| .. warning:: This module is not available in some SAMD21 builds. See the
-//| :ref:`module-support-matrix` for more info.
-//|
-
//| All classes change hardware state and should be deinitialized when they
//| are no longer needed if the program continues after use. To do so, either
//| call :py:meth:`!deinit` or use a context manager. See