diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-06-06 15:47:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-06 15:47:10 -0700 |
| commit | fecd3f835ba81cb9d4567f6b83186465ff90e8cb (patch) | |
| tree | 2d6363f88e5d7c4666094138e217ec6a2a2b6b2b /shared-bindings | |
| parent | c90ce2b9fa98dc8c2a1298524bc434d07393ad6a (diff) | |
| parent | 62de2506e47c14a71c7a9fe04360697ccb966aeb (diff) | |
Merge pull request #1928 from dhalbert/gc-display-objects
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. |
