diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-06-06 17:49:32 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-06-06 17:49:32 -0400 |
| commit | 62de2506e47c14a71c7a9fe04360697ccb966aeb (patch) | |
| tree | 2d6363f88e5d7c4666094138e217ec6a2a2b6b2b /shared-bindings | |
| parent | c90ce2b9fa98dc8c2a1298524bc434d07393ad6a (diff) | |
Include display objects in gc.
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/board/__init__.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-bindings/board/__init__.c b/shared-bindings/board/__init__.c index 82a0cab67..448b397ab 100644 --- a/shared-bindings/board/__init__.c +++ b/shared-bindings/board/__init__.c @@ -34,7 +34,6 @@ //| //| .. module:: board //| :synopsis: Board specific pin names -//| :platform: SAMD21 //| //| Common container for board base pin names. These will vary from board to //| board so don't expect portability when using this module. |
