diff options
| author | Daniel Campora | 2015-03-25 11:21:44 +0100 |
|---|---|---|
| committer | Daniel Campora | 2015-03-25 15:22:16 +0100 |
| commit | e15f8198bc9efa85bfb9ec50ce7a0a0166e69989 (patch) | |
| tree | 5b142032b831358fc78005021de5ce16176e2acd /cc3200/mods | |
| parent | 9d3588f2be1abbc905590b3fb82649cc880c96f0 (diff) | |
cc3200: Keep WLAN enabled during the soft reset.
Diffstat (limited to 'cc3200/mods')
| -rw-r--r-- | cc3200/mods/pybsleep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/mods/pybsleep.h b/cc3200/mods/pybsleep.h index 08dc4ce4b..43d06c7fc 100644 --- a/cc3200/mods/pybsleep.h +++ b/cc3200/mods/pybsleep.h @@ -54,6 +54,7 @@ typedef enum { } pybsleep_wake_reason_t; typedef void (*WakeUpCB_t)(const mp_obj_t self); +typedef void (*DeinitCB_t)(const mp_obj_t self); /****************************************************************************** DECLARE EXPORTED VARIABLES |
