]> git.sur5r.net Git - freertos/commitdiff
Change occurrences of "Cortex M3" to "Cortex-M3".
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 5 Feb 2011 16:47:27 +0000 (16:47 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 5 Feb 2011 16:47:27 +0000 (16:47 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1271 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/list.c

index a800c030a2755296d1f2eae0e16b679267e360f4..89562dc85d3efd9a57df3cb4005dde5c93ab6bd6 100644 (file)
@@ -135,7 +135,7 @@ portTickType xValueOfInsertion;
                If you find your application is crashing here then likely causes are:\r
                        1) Stack overflow - \r
                           see http://www.freertos.org/Stacks-and-stack-overflow-checking.html\r
-                       2) Incorrect interrupt priority assignment, especially on Cortex M3 \r
+                       2) Incorrect interrupt priority assignment, especially on Cortex-M3 \r
                           parts where numerically high priority values denote low actual \r
                           interrupt priories, which can seem counter intuitive.  See \r
                           configMAX_SYSCALL_INTERRUPT_PRIORITY on http://www.freertos.org/a00110.html\r