diff options
author | Drew Barbier <dbarbi1@gmail.com> | 2018-07-04 18:48:19 -0500 |
---|---|---|
committer | Drew Barbier <dbarbi1@gmail.com> | 2018-07-04 18:48:19 -0500 |
commit | 962b23a3797ba659577056ed3fc57c2d0a77df62 (patch) | |
tree | 4346d81c75ac2458bef05ee450d4edfbcc2d0ed1 /bsp/env | |
parent | 9d58b2120c5a9b9dbc95c0ea90b16280e36dc9ca (diff) |
clic driver level and priority functions
Diffstat (limited to 'bsp/env')
-rw-r--r-- | bsp/env/coreip-e2-arty/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/env/coreip-e2-arty/platform.h b/bsp/env/coreip-e2-arty/platform.h index 305726d..ba06160 100644 --- a/bsp/env/coreip-e2-arty/platform.h +++ b/bsp/env/coreip-e2-arty/platform.h @@ -79,7 +79,7 @@ #define NUM_GPIO 16 #define CLIC_NUM_INTERRUPTS 28 + 16 -#define CLIC_CONFIG_BITS 0x1E //2 for E20 +#define CLIC_CONFIG_BITS 4 #define HAS_BOARD_BUTTONS |