diff options
| author | danicampora | 2015-03-20 13:39:43 +0100 |
|---|---|---|
| committer | danicampora | 2015-03-21 11:31:29 +0100 |
| commit | 59f68313369802a9fe19c5161891075d5163c0f0 (patch) | |
| tree | f58874f228600da93c12157cc9776431d861e3f7 /cc3200/mods/modwlan.h | |
| parent | 77791b5633bf8ad29eafea4a6a27736367f339ec (diff) | |
cc3200: Reduce soft reset time. WLAN is not reinit, just reenabled.
Diffstat (limited to 'cc3200/mods/modwlan.h')
| -rw-r--r-- | cc3200/mods/modwlan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mods/modwlan.h b/cc3200/mods/modwlan.h index 897c1bfb0..b856c2d65 100644 --- a/cc3200/mods/modwlan.h +++ b/cc3200/mods/modwlan.h @@ -33,7 +33,7 @@ #define SIMPLELINK_SPAWN_TASK_PRIORITY 3 #define SIMPLELINK_TASK_STACK_SIZE 2048 #define SL_STOP_TIMEOUT 35 -#define SL_STOP_TIMEOUT_LONG 255 +#define SL_STOP_TIMEOUT_LONG 205 /****************************************************************************** DEFINE TYPES |
