summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources
diff options
context:
space:
mode:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2013-12-30 08:02:11 +0000
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2013-12-30 08:02:11 +0000
commitabbb9fe9df82def433f3fcd2a82b377bfc760919 (patch)
tree73eb5117c345166ac3624237cb66db3e8812b17d /FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources
parent87c3f11c010e0d7d2877618fdd20ac57413efaa1 (diff)
downloadfreertos-abbb9fe9df82def433f3fcd2a82b377bfc760919.tar.gz
Remove casting from definition of configMAX_PRIORITIES to allow its use in pre-processor defined conditional compilation.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2151 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources')
-rw-r--r--FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
index b17b88827..cd2beb44b 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
@@ -112,7 +112,7 @@ before compiling. */
#define configQUEUE_REGISTRY_SIZE 0
#define configUSE_COUNTING_SEMAPHORES 0
-#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 6 )
+#define configMAX_PRIORITIES ( 6 )
#define configMAX_CO_ROUTINE_PRIORITIES ( 2 )
/* Set the following definitions to 1 to include the API function, or zero