diff options
author | danicampora <danicampora@gmail.com> | 2015-03-15 10:05:15 +0100 |
---|---|---|
committer | danicampora <danicampora@gmail.com> | 2015-03-16 00:42:05 +0100 |
commit | 0d0646d915b51191ce55cbb2750e5422ee1766db (patch) | |
tree | 5beed462e80f529eee10a7cab2c9f45ae9999d16 /cc3200/hal/sdhost.h | |
parent | dac79324b5a49a81435a9dafc389353a4fa8739b (diff) |
cc3200: Update HAL to SDK release version 1.1.0.
Diffstat (limited to 'cc3200/hal/sdhost.h')
-rw-r--r-- | cc3200/hal/sdhost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/hal/sdhost.h b/cc3200/hal/sdhost.h index 404655535..d0d398497 100644 --- a/cc3200/hal/sdhost.h +++ b/cc3200/hal/sdhost.h @@ -75,7 +75,7 @@ extern "C" #define SDHOST_INT_CEB 0x00040000 #define SDHOST_INT_DTO 0x00100000 #define SDHOST_INT_DCRC 0x00200000 -#define SDHOST_INT_DEB 0x00300000 +#define SDHOST_INT_DEB 0x00400000 #define SDHOST_INT_CERR 0x10000000 #define SDHOST_INT_BADA 0x20000000 #define SDHOST_INT_DMARD 0x40000000 |