Merge branch 'main' into MISRA-13.2

This commit is contained in:
Rahul Kar 2024-02-13 10:17:24 +05:30 committed by GitHub
commit e80fdc5a01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2799,9 +2799,9 @@
#ifndef configSTACK_DEPTH_TYPE
/* Defaults to uint16_t for backward compatibility, but can be overridden
* in FreeRTOSConfig.h if uint16_t is too restrictive. */
#define configSTACK_DEPTH_TYPE uint16_t
/* Defaults to StackType_t for backward compatibility, but can be overridden
* in FreeRTOSConfig.h if StackType_t is too restrictive. */
#define configSTACK_DEPTH_TYPE StackType_t
#endif
#ifndef configRUN_TIME_COUNTER_TYPE