]> git.sur5r.net Git - freertos/commitdiff
Correct typeo that broke the Win32 port.
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 17 Feb 2015 14:28:10 +0000 (14:28 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 17 Feb 2015 14:28:10 +0000 (14:28 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2330 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Source/portable/MSVC-MingW/portmacro.h

index 3666c03ea7495e84d88cb854638aa9a6be9bae8a..7f6548193e6391135a32bba5a8dce39abb5e5957 100644 (file)
@@ -107,7 +107,7 @@ typedef unsigned long UBaseType_t;
 #define portTICK_PERIOD_MS                     ( ( TickType_t ) 1000 / configTICK_RATE_HZ )\r
 \r
 \r
-#if defined( __x86_64_ _) || defined( _M_X64 )\r
+#if defined( __x86_64__) || defined( _M_X64 )\r
        #define portBYTE_ALIGNMENT              8\r
 #else\r
        #define portBYTE_ALIGNMENT              4\r