remove __cplusplus guards in .c files

Change-Id: Ie25b83a42d3ca35c3a6d624ef01f425a85957d7f
This commit is contained in:
Caoruihong
2021-04-19 18:19:28 +08:00
parent f278a00483
commit 3cea0e42b1
631 changed files with 0 additions and 5947 deletions

View File

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

View File

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