removed C++ #ifdefs

This commit is contained in:
Markus Fröschle
2012-10-11 18:39:35 +00:00
parent 4c769bbede
commit 9307c0c215

View File

@@ -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__ */