diff options
| author | Jeff Epler <jeff@adafruit.com> | 2021-03-02 19:01:37 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-02 19:01:37 -0600 |
| commit | efc2667b5f087480b1b3233ae00ab1529a442f9f (patch) | |
| tree | bd685b27f4f17567e39b14c86a7310951e12e96e /shared-bindings | |
| parent | 15615effc2f8a9f991ace105f8a9f7bb51982059 (diff) | |
| parent | 238484ec261af55b90a39a8dcfc9fcdd6cb4390c (diff) | |
Merge pull request #4186 from jepler/update-protomatter-rp2
Enable protomatter on RP2040 builds
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/pwmio/PWMOut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/pwmio/PWMOut.h b/shared-bindings/pwmio/PWMOut.h index 1a99914ea..de2ebd1cf 100644 --- a/shared-bindings/pwmio/PWMOut.h +++ b/shared-bindings/pwmio/PWMOut.h @@ -32,7 +32,7 @@ extern const mp_obj_type_t pwmio_pwmout_type; -typedef enum { +typedef enum pwmout_result_t { PWMOUT_OK, PWMOUT_INVALID_PIN, PWMOUT_INVALID_FREQUENCY, |
