diff options
author | danicampora <danicampora@gmail.com> | 2015-02-14 18:52:07 +0100 |
---|---|---|
committer | danicampora <danicampora@gmail.com> | 2015-02-20 16:40:15 +0100 |
commit | 2b899b6708470a9e2473eb4cf9120c64519fb4ef (patch) | |
tree | d5cf5aad5f2642747acf304c35b13273aa9d1ca3 /cc3200/bootmgr | |
parent | 6ff9a47255e301480a29df8f0082d792f73a62a3 (diff) | |
download | micropython-2b899b6708470a9e2473eb4cf9120c64519fb4ef.tar.gz micropython-2b899b6708470a9e2473eb4cf9120c64519fb4ef.zip |
cc3200: Remove asserts from sl_Stop() and reduce timeout to 250ms.
Diffstat (limited to 'cc3200/bootmgr')
-rw-r--r-- | cc3200/bootmgr/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/bootmgr/main.c b/cc3200/bootmgr/main.c index ee8a32d347..7929f1648a 100644 --- a/cc3200/bootmgr/main.c +++ b/cc3200/bootmgr/main.c @@ -53,7 +53,7 @@ //***************************************************************************** // Local Constants //***************************************************************************** -#define SL_STOP_TIMEOUT 500 +#define SL_STOP_TIMEOUT 250 #define BOOTMGR_HASH_ALGO SHAMD5_ALGO_MD5 #define BOOTMGR_HASH_SIZE 32 #define BOOTMGR_BUFF_SIZE 512 |