summaryrefslogtreecommitdiff
path: root/shared-bindings/pwmio/PWMOut.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/pwmio/PWMOut.h')
-rw-r--r--shared-bindings/pwmio/PWMOut.h2
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,