Fix copy pasta and stub build

This commit is contained in:
Scott Shawcroft 2020-08-21 11:17:42 -07:00
parent a5b01f7361
commit 83deea0e03
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
// No pulseio module functions.
// No pwmio module functions.

View File

@ -1 +1 @@
// No pulseio module functions.
// No pwmio module functions.

View File

@ -1 +1 @@
// No pulseio module functions.
// No pwmio module functions.

View File

@ -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[] = {