From 714521a4c7a6814c365c061bcf967c4c45692e3d Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 7 Jun 2017 14:39:12 -0700 Subject: shared-bindings: Update docs to remove with statements from examples but add more detail to the design guide about their use. --- shared-bindings/usb_hid/__init__.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'shared-bindings/usb_hid/__init__.c') 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. -- cgit v1.2.3