diff --git a/sources/sysinit.h b/sources/sysinit.h index 70bc6da..b7a6c50 100644 --- a/sources/sysinit.h +++ b/sources/sysinit.h @@ -1,6 +1,6 @@ /* * File: sysinit.h - * Purpose: COLDARI Power-on Reset configuration + * Purpose: Firebee Power-on Reset configuration * * Notes: * @@ -9,11 +9,6 @@ #ifndef __SYSINIT_H__ #define __SYSINIT_H__ -#ifdef __cplusplus -extern "C" { -#endif - - #if ENABLE_UART_SUPPORT==1 /* @@ -76,12 +71,6 @@ void __initialize_hardware(void); */ void __initialize_system(void); - - -#ifdef __cplusplus -} -#endif - #endif /* __SYSINIT_H__ */