removed C++ #ifdefs
This commit is contained in:
@@ -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__ */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user