mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-23 17:38:23 +08:00
Correct typeo that broke the Win32 port.
This commit is contained in:
@ -107,7 +107,7 @@ typedef unsigned long UBaseType_t;
|
||||
#define portTICK_PERIOD_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ )
|
||||
|
||||
|
||||
#if defined( __x86_64_ _) || defined( _M_X64 )
|
||||
#if defined( __x86_64__) || defined( _M_X64 )
|
||||
#define portBYTE_ALIGNMENT 8
|
||||
#else
|
||||
#define portBYTE_ALIGNMENT 4
|
||||
|
Reference in New Issue
Block a user