aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mods/pybpin.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/mods/pybpin.h')
-rw-r--r--cc3200/mods/pybpin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mods/pybpin.h b/cc3200/mods/pybpin.h
index 39ce5a4e5..d5a7d42da 100644
--- a/cc3200/mods/pybpin.h
+++ b/cc3200/mods/pybpin.h
@@ -42,7 +42,7 @@ typedef struct {
uint8_t af;
uint8_t strength;
uint8_t mode;
- bool used;
+ bool isused;
} pin_obj_t;
extern const mp_obj_type_t pin_type;