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 /ports/mimxrt10xx | |
| parent | a5b01f73612f23407d059879664834b40441f34e (diff) | |
Fix copy pasta and stub build
Diffstat (limited to 'ports/mimxrt10xx')
| -rw-r--r-- | ports/mimxrt10xx/common-hal/pwmio/__init__.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
