diff options
Diffstat (limited to 'bsp/coreip-s51')
-rw-r--r-- | bsp/coreip-s51/mee.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bsp/coreip-s51/mee.h b/bsp/coreip-s51/mee.h index a6d3add..7d9b884 100644 --- a/bsp/coreip-s51/mee.h +++ b/bsp/coreip-s51/mee.h @@ -3,6 +3,10 @@ #ifndef COREIP_S51__MEE_H #define COREIP_S51__MEE_H +#ifdef __MEE_MACHINE_MACROS +#endif + +#ifndef __MEE_MACHINE_MACROS #define __MEE_CLINT_2000000_INTERRUPTS 2 #define MEE_MAX_CLINT_INTERRUPTS __MEE_CLINT_2000000_INTERRUPTS @@ -459,6 +463,8 @@ struct __mee_driver_sifive_gpio_button *__mee_button_table[] = { asm (".weak __mee_switch_table"); struct __mee_driver_sifive_gpio_switch *__mee_switch_table[] = { NULL }; +#endif + #endif /*MEE__MACHINE__COREIP_S51__MEE_H*/ #endif/*ASSEMBLY*/ |