diff options
| author | Daniel Campora | 2015-07-08 13:13:37 +0200 |
|---|---|---|
| committer | Daniel Campora | 2015-07-08 13:13:37 +0200 |
| commit | 9220dc466a8d098ed669a33a617edd1118a3e35d (patch) | |
| tree | 2ee5a99e3d86d47d790ace5fbd8d34fa3df4b380 /cc3200/bootmgr | |
| parent | d18ced9cddb4123ba793824bf7370a6593c9a3ae (diff) | |
cc3200: Correct udelay us to ticks calculation.
Diffstat (limited to 'cc3200/bootmgr')
| -rw-r--r-- | cc3200/bootmgr/main.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cc3200/bootmgr/main.c b/cc3200/bootmgr/main.c index e799fcf1d..166161dde 100644 --- a/cc3200/bootmgr/main.c +++ b/cc3200/bootmgr/main.c @@ -64,11 +64,11 @@ #define BOOTMGR_HASH_SIZE 32 #define BOOTMGR_BUFF_SIZE 512 -#define BOOTMGR_WAIT_SAFE_MODE_MS 1200 -#define BOOTMGR_WAIT_SAFE_MODE_TOOGLE_MS 200 +#define BOOTMGR_WAIT_SAFE_MODE_MS 2400 +#define BOOTMGR_WAIT_SAFE_MODE_TOOGLE_MS 400 -#define BOOTMGR_SAFE_MODE_ENTER_MS 800 -#define BOOTMGR_SAFE_MODE_ENTER_TOOGLE_MS 80 +#define BOOTMGR_SAFE_MODE_ENTER_MS 1600 +#define BOOTMGR_SAFE_MODE_ENTER_TOOGLE_MS 160 //***************************************************************************** // Exported functions declarations |
