]> git.sur5r.net Git - freertos/commitdiff
Formatting only.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 9 Aug 2009 12:11:16 +0000 (12:11 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 9 Aug 2009 12:11:16 +0000 (12:11 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@840 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c

index f4e714be9d13cdf0244e52b3ad4e15482409da2c..4fbdfd50a8f98d11e8a9118569b2eeb97f394081 100644 (file)
@@ -3,14 +3,14 @@
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
-       FreeRTOS is free software; you can redistribute it and/or modify it     under \r
-       the terms of the GNU General Public License (version 2) as published by the \r
+       FreeRTOS is free software; you can redistribute it and/or modify it     under\r
+       the terms of the GNU General Public License (version 2) as published by the\r
        Free Software Foundation and modified by the FreeRTOS exception.\r
        **NOTE** The exception to the GPL is included to allow you to distribute a\r
-       combined work that includes FreeRTOS without being obliged to provide the \r
-       source code for proprietary components outside of the FreeRTOS kernel.  \r
-       Alternative commercial license and support terms are also available upon \r
-       request.  See the licensing section of http://www.FreeRTOS.org for full \r
+       combined work that includes FreeRTOS without being obliged to provide the\r
+       source code for proprietary components outside of the FreeRTOS kernel.\r
+       Alternative commercial license and support terms are also available upon\r
+       request.  See the licensing section of http://www.FreeRTOS.org for full\r
        license details.\r
 \r
        FreeRTOS is distributed in the hope that it will be useful,     but WITHOUT\r
@@ -65,7 +65,7 @@
 #define emacLINK_ESTABLISHED           ( 0x0001 )\r
 #define emacFULL_DUPLEX_ENABLED                ( 0x0004 )\r
 #define emac10BASE_T_MODE                      ( 0x0002 )\r
-#define emacPINSEL2_VALUE 0x50150105\r
+#define emacPINSEL2_VALUE                      ( 0x50150105 )\r
 \r
 /* If no buffers are available, then wait this long before looking again.... */\r
 #define emacBUFFER_WAIT_DELAY  ( 3 / portTICK_RATE_MS )\r