From 999de720812c360f1260ac3c93016e33798ac2be Mon Sep 17 00:00:00 2001 From: "dzzxzz@gmail.com" Date: Mon, 24 Sep 2012 08:26:44 +0000 Subject: [PATCH] fixed a comment error in rtconfig.h which default value of RT_THREAD_PRIORITY_MAX is 32 not 2 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2303 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/lpc176x/rtconfig.h | 2 +- bsp/lpc178x/rtconfig.h | 2 +- bsp/ls1bdev/rtconfig.h | 2 +- bsp/mb9bf506r/rtconfig.h | 2 +- bsp/mini2440/rtconfig.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bsp/lpc176x/rtconfig.h b/bsp/lpc176x/rtconfig.h index 33c563a588..31b2b1afee 100644 --- a/bsp/lpc176x/rtconfig.h +++ b/bsp/lpc176x/rtconfig.h @@ -7,7 +7,7 @@ #define RT_NAME_MAX 6 // #define RT_ALIGN_SIZE 4 -// +// // 8 // 32 // 256 diff --git a/bsp/lpc178x/rtconfig.h b/bsp/lpc178x/rtconfig.h index 4e33135dbd..af625d307a 100644 --- a/bsp/lpc178x/rtconfig.h +++ b/bsp/lpc178x/rtconfig.h @@ -8,7 +8,7 @@ #define RT_NAME_MAX 6 // #define RT_ALIGN_SIZE 4 -// +// // 8 // 32 // 256 diff --git a/bsp/ls1bdev/rtconfig.h b/bsp/ls1bdev/rtconfig.h index 347f25b052..8ca0f43006 100644 --- a/bsp/ls1bdev/rtconfig.h +++ b/bsp/ls1bdev/rtconfig.h @@ -7,7 +7,7 @@ #define RT_NAME_MAX 10 // #define RT_ALIGN_SIZE 4 -// +// // 8 // 32 // 256 diff --git a/bsp/mb9bf506r/rtconfig.h b/bsp/mb9bf506r/rtconfig.h index c0969485bd..0378d96cd6 100644 --- a/bsp/mb9bf506r/rtconfig.h +++ b/bsp/mb9bf506r/rtconfig.h @@ -8,7 +8,7 @@ #define RT_NAME_MAX 8 // #define RT_ALIGN_SIZE 8 -// +// // 8 // 32 // 256 diff --git a/bsp/mini2440/rtconfig.h b/bsp/mini2440/rtconfig.h index dd04d02b66..464dd97939 100644 --- a/bsp/mini2440/rtconfig.h +++ b/bsp/mini2440/rtconfig.h @@ -8,7 +8,7 @@ #define RT_NAME_MAX 32 // #define RT_ALIGN_SIZE 4 -// +// // 8 // 32 // 256 -- GitLab