aboutsummaryrefslogtreecommitdiff
path: root/cc3200/boards
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-03-26 13:51:37 +0100
committerDaniel Campora <daniel@wipy.io>2015-03-26 13:58:58 +0100
commit4be44014abd5804e3cd8f810b67ad5555af47f13 (patch)
treec9a9f55da29f12b1c7d4b487324fbc96c3156194 /cc3200/boards
parent0090c714ba94a10b21d8a09756d7d6f7354ac3f9 (diff)
cc3200: Reenable active interrupts when waking from suspended mode.
Diffstat (limited to 'cc3200/boards')
-rw-r--r--cc3200/boards/cc3200_prefix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/boards/cc3200_prefix.c b/cc3200/boards/cc3200_prefix.c
index 26afba9a2..d0265df49 100644
--- a/cc3200/boards/cc3200_prefix.c
+++ b/cc3200/boards/cc3200_prefix.c
@@ -50,5 +50,5 @@
.af = PIN_MODE_0, \
.strength = PIN_STRENGTH_4MA, \
.mode = GPIO_DIR_MODE_IN, \
- .used = false \
+ .isused = false, \
}