diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-08-21 11:17:42 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-08-21 11:17:42 -0700 |
| commit | 83deea0e0364cfce83d6cf1c5c5f150a1a986d93 (patch) | |
| tree | 443fc9b4739d3eac1080cbc6731c322c971a9064 | |
| parent | a5b01f73612f23407d059879664834b40441f34e (diff) | |
Fix copy pasta and stub build
| -rw-r--r-- | ports/cxd56/common-hal/pwmio/__init__.c | 2 | ||||
| -rw-r--r-- | ports/esp32s2/common-hal/pwmio/__init__.c | 2 | ||||
| -rw-r--r-- | ports/mimxrt10xx/common-hal/pwmio/__init__.c | 2 | ||||
| -rw-r--r-- | shared-bindings/pulseio/__init__.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ports/cxd56/common-hal/pwmio/__init__.c b/ports/cxd56/common-hal/pwmio/__init__.c index 2bee925bc..9e551a107 100644 --- a/ports/cxd56/common-hal/pwmio/__init__.c +++ b/ports/cxd56/common-hal/pwmio/__init__.c @@ -1 +1 @@ -// No pulseio module functions. +// No pwmio module functions. diff --git a/ports/esp32s2/common-hal/pwmio/__init__.c b/ports/esp32s2/common-hal/pwmio/__init__.c index 2bee925bc..9e551a107 100644 --- a/ports/esp32s2/common-hal/pwmio/__init__.c +++ b/ports/esp32s2/common-hal/pwmio/__init__.c @@ -1 +1 @@ -// No pulseio module functions. +// No pwmio module functions. diff --git a/ports/mimxrt10xx/common-hal/pwmio/__init__.c b/ports/mimxrt10xx/common-hal/pwmio/__init__.c index 2bee925bc..9e551a107 100644 --- a/ports/mimxrt10xx/common-hal/pwmio/__init__.c +++ b/ports/mimxrt10xx/common-hal/pwmio/__init__.c @@ -1 +1 @@ -// No pulseio module functions. +// No pwmio module functions. diff --git a/shared-bindings/pulseio/__init__.c b/shared-bindings/pulseio/__init__.c index efef64043..624cd2dfe 100644 --- a/shared-bindings/pulseio/__init__.c +++ b/shared-bindings/pulseio/__init__.c @@ -48,7 +48,7 @@ //| 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 -//| :ref:`lifetime-and-contextmanagers` for more info. +//| :ref:`lifetime-and-contextmanagers` for more info.""" //| STATIC const mp_rom_map_elem_t pulseio_module_globals_table[] = { |
