aboutsummaryrefslogtreecommitdiff
path: root/cc3200/boards
diff options
context:
space:
mode:
authordanicampora2015-03-04 13:51:01 +0100
committerdanicampora2015-03-11 17:00:28 +0100
commit73aee8da54f847341d0fd9718d05ca964654a6dd (patch)
tree00bcbdff6f69ffa02d586a2c06b48fa81fcb89d4 /cc3200/boards
parent26cbc91373cdfff43317da01e102617ed5885655 (diff)
cc3200: Merge ExtInt class into Pin class.
Also add another method to change the pin's interrupt mode on the fly.
Diffstat (limited to 'cc3200/boards')
-rw-r--r--cc3200/boards/cc3200_prefix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/boards/cc3200_prefix.c b/cc3200/boards/cc3200_prefix.c
index 26afba9a2..2b60134b5 100644
--- a/cc3200/boards/cc3200_prefix.c
+++ b/cc3200/boards/cc3200_prefix.c
@@ -43,6 +43,7 @@
{ \
{ &pin_type }, \
.name = MP_QSTR_ ## p_pin_name, \
+ .callback = NULL, \
.port = PORT_A ## p_port, \
.type = PIN_TYPE_STD, \
.bit = (p_bit), \