remove __cplusplus guards in .c files
Change-Id: Ie25b83a42d3ca35c3a6d624ef01f425a85957d7f
This commit is contained in:
@@ -37,11 +37,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cpluscplus */
|
||||
#endif /* __cpluscplus */
|
||||
|
||||
extern UINT32 g_failResult;
|
||||
extern UINT32 g_passResult;
|
||||
@@ -153,8 +148,3 @@ iUINT32 ICunitRun()
|
||||
return (iUINT32)ICUNIT_SUCCESS;
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
}
|
||||
#endif /* __cpluscplus */
|
||||
#endif /* __cpluscplus */
|
||||
|
||||
@@ -80,11 +80,6 @@ UINT32 g_usSemID3[LOSCFG_BASE_IPC_SEM_CONFIG + 1];
|
||||
#define TST_RAMADDREND 0x20010000
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cpluscplus */
|
||||
#endif /* __cpluscplus */
|
||||
|
||||
|
||||
#if (CMSIS_OS_VER == 2)
|
||||
@@ -315,8 +310,3 @@ UINT32 g_usSemID2;
|
||||
UINT32 g_usSemID3[LOSCFG_BASE_IPC_SEM_LIMIT + 1];
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
}
|
||||
#endif /* __cpluscplus */
|
||||
#endif /* __cpluscplus */
|
||||
|
||||
Reference in New Issue
Block a user