removed C++ #ifdefs

This commit is contained in:
Markus Fröschle
2012-10-11 18:39:35 +00:00
parent f964b56a28
commit e66fb61456

View File

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