diff options
Diffstat (limited to 'bsp/coreip-s76-rtl')
-rw-r--r-- | bsp/coreip-s76-rtl/metal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bsp/coreip-s76-rtl/metal.h b/bsp/coreip-s76-rtl/metal.h index 9a0623e..8295322 100644 --- a/bsp/coreip-s76-rtl/metal.h +++ b/bsp/coreip-s76-rtl/metal.h @@ -1,7 +1,7 @@ #ifndef ASSEMBLY -#ifndef COREIP_S76__METAL_H -#define COREIP_S76__METAL_H +#ifndef COREIP_S76_RTL__METAL_H +#define COREIP_S76_RTL__METAL_H #ifdef __METAL_MACHINE_MACROS @@ -318,5 +318,5 @@ struct __metal_driver_sifive_spi0 *__metal_spi_table[] = { #endif /* ! __METAL_MACHINE_MACROS */ -#endif /* COREIP_S76__METAL_H*/ +#endif /* COREIP_S76_RTL__METAL_H*/ #endif /* ! ASSEMBLY */ |