mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Correct typeo that broke the Win32 port.
This commit is contained in:
parent
86b09bfeb9
commit
7d169cef52
|
@ -107,7 +107,7 @@ typedef unsigned long UBaseType_t;
|
||||||
#define portTICK_PERIOD_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ )
|
#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
|
#define portBYTE_ALIGNMENT 8
|
||||||
#else
|
#else
|
||||||
#define portBYTE_ALIGNMENT 4
|
#define portBYTE_ALIGNMENT 4
|
||||||
|
|
Loading…
Reference in a new issue