summaryrefslogtreecommitdiff
path: root/shared-bindings/usb_hid/__init__.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-06-07 14:39:12 -0700
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-06-07 14:39:12 -0700
commit714521a4c7a6814c365c061bcf967c4c45692e3d (patch)
treec490c22fd15137be6b7def7311da9da0aef3457d /shared-bindings/usb_hid/__init__.c
parentc5e515b8fe38a346125265fcebb86f857f29e053 (diff)
shared-bindings: Update docs to remove with statements from examples but add more detail to the design guide about their use.
Diffstat (limited to 'shared-bindings/usb_hid/__init__.c')
-rw-r--r--shared-bindings/usb_hid/__init__.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/shared-bindings/usb_hid/__init__.c b/shared-bindings/usb_hid/__init__.c
index a870cb4a1..3ad5b06e0 100644
--- a/shared-bindings/usb_hid/__init__.c
+++ b/shared-bindings/usb_hid/__init__.c
@@ -41,10 +41,6 @@
//| The `usb_hid` module allows you to output data as a HID device.
//|
-//| .. warning:: This module may be dropped from builds without external flash
-//| in the future. Please file an issue if this a problem and explain why.
-//|
-
//| .. attribute:: usb_hid.devices
//|
//| Tuple of all active HID device interfaces.