From: rtel Date: Tue, 17 Feb 2015 14:28:10 +0000 (+0000) Subject: Correct typeo that broke the Win32 port. X-Git-Tag: V8.2.1~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3be98d5837dd4f28d4cc5f83f5e34a77f9d4c6ae;p=freertos Correct typeo that broke the Win32 port. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2330 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h b/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h index 3666c03ea..7f6548193 100644 --- a/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h +++ b/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h @@ -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