This commit is contained in:
parent
a6030813eb
commit
8d9f5ae77c
|
@ -51,7 +51,8 @@
|
|||
|
||||
/* *INDENT-OFF* */
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
/* *INDENT-ON* */
|
||||
|
||||
|
@ -265,7 +266,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef INCLUDE_uxTaskGetStackHighWaterMark
|
||||
#define INCLUDE_uxTaskGetStackHighWaterMark 0
|
||||
#define INCLUDE_uxTaskGetStackHighWaterMark 1
|
||||
#endif
|
||||
|
||||
#ifndef INCLUDE_uxTaskGetStackHighWaterMark2
|
||||
|
|
Loading…
Reference in New Issue