mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 11:55:21 +02:00
Revert "Merge branch 'feature/freertos_10.4.3_sync_various_functions' into 'master'"
This reverts merge request !19761
This commit is contained in:
@@ -14,7 +14,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#define portBYTE_ALIGNMENT 16
|
||||
#define portTICK_TYPE_IS_ATOMIC 1
|
||||
|
||||
/* Type definitions. */
|
||||
#define portCHAR uint8_t
|
||||
|
||||
@@ -108,7 +108,6 @@ typedef uint32_t TickType_t;
|
||||
#define portSTACK_GROWTH (-1)
|
||||
#define portTICK_PERIOD_MS ((TickType_t) (1000 / configTICK_RATE_HZ))
|
||||
#define portBYTE_ALIGNMENT 16
|
||||
#define portTICK_TYPE_IS_ATOMIC 1
|
||||
#define portNOP() __asm volatile (" nop ")
|
||||
|
||||
|
||||
|
||||
@@ -140,7 +140,6 @@ typedef uint32_t TickType_t;
|
||||
#define portSTACK_GROWTH ( -1 )
|
||||
#define portTICK_PERIOD_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ )
|
||||
#define portBYTE_ALIGNMENT 4
|
||||
#define portTICK_TYPE_IS_ATOMIC 1
|
||||
#define portNOP() XT_NOP()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user