mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Move header includes before extern c (#1047)
This commit is contained in:
parent
30afc1a2c0
commit
2eb2d653bf
3 changed files with 10 additions and 10 deletions
|
@ -49,12 +49,6 @@
|
|||
*/
|
||||
#include <stdint.h> /* READ COMMENT ABOVE. */
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/* *INDENT-ON* */
|
||||
|
||||
/* Acceptable values for configTICK_TYPE_WIDTH_IN_BITS. */
|
||||
#define TICK_TYPE_WIDTH_16_BITS 0
|
||||
#define TICK_TYPE_WIDTH_32_BITS 1
|
||||
|
@ -129,6 +123,12 @@
|
|||
|
||||
#endif /* if ( configUSE_PICOLIBC_TLS == 1 ) */
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/* *INDENT-ON* */
|
||||
|
||||
#ifndef configUSE_C_RUNTIME_TLS_SUPPORT
|
||||
#define configUSE_C_RUNTIME_TLS_SUPPORT 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue