Commit 7df3933
committed
[MCUX-85656] Fixing cpp linkage issue
Cpp linkage issue would happen if a cpp file do below include:
include "FreeRTOS.h"
include "fsl_debug_console.h"
system_*.h is cpp capable but FreeRTOS.h is no more cpp capable since FreeRTOS#1047
The change aims to align FreeRTOS-side declaration with CMSIS/device declaration.
Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>1 parent 518b515 commit 7df3933
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| |||
95 | 101 | | |
96 | 102 | | |
97 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
98 | 110 | | |
0 commit comments