From 1f0dc7661300dfb5b2b79094c5dfdce256b1556d Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 10 Apr 2015 10:33:50 +0000 Subject: CMSIS RTOS interface improvements. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7878 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/CMSIS-STM32F407-DISCOVERY/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/STM32/CMSIS-STM32F407-DISCOVERY/main.c b/demos/STM32/CMSIS-STM32F407-DISCOVERY/main.c index fbb365c80..ccc1f600e 100644 --- a/demos/STM32/CMSIS-STM32F407-DISCOVERY/main.c +++ b/demos/STM32/CMSIS-STM32F407-DISCOVERY/main.c @@ -36,7 +36,7 @@ static void Thread1(void const *arg) { /* * Thread definition block. */ -osThreadDef(Thread1, osPriorityAboveNormal, 1, 128); +osThreadDef(Thread1, osPriorityAboveNormal, 128); /* * Application entry point. -- cgit v1.2.3