mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
tree-wide: Unify formatting of __cplusplus ifdefs
This commit is contained in:
parent
5f19e34f87
commit
c1980cedb1
143 changed files with 958 additions and 395 deletions
11
portable/ThirdParty/CDK/T-HEAD_CK802/portmacro.h
vendored
11
portable/ThirdParty/CDK/T-HEAD_CK802/portmacro.h
vendored
|
@ -30,10 +30,13 @@
|
|||
#include <csi_core.h>
|
||||
|
||||
extern void vPortYield(void);
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
#ifdef __cplusplus
|
||||
class vPortYield;
|
||||
extern "C" {
|
||||
class vPortYield;
|
||||
extern "C" {
|
||||
#endif
|
||||
/* *INDENT-ON* */
|
||||
|
||||
|
||||
/*-----------------------------------------------------------
|
||||
|
@ -154,8 +157,10 @@ extern portLONG pendsvflag;
|
|||
|
||||
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
}
|
||||
#endif
|
||||
/* *INDENT-ON* */
|
||||
|
||||
#endif /* PORTMACRO_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue