From 8ca74d3723947459608924dbd3f4abe55040ce45 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 4 Mar 2012 20:59:23 +0000 Subject: [PATCH] Update a comment only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1682 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/CORTEX_M0_STM32F0518_IAR/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Demo/CORTEX_M0_STM32F0518_IAR/main.c b/Demo/CORTEX_M0_STM32F0518_IAR/main.c index 8dde1e4d4..d18f5114e 100644 --- a/Demo/CORTEX_M0_STM32F0518_IAR/main.c +++ b/Demo/CORTEX_M0_STM32F0518_IAR/main.c @@ -190,7 +190,8 @@ long lHigherPriorityTaskWoken = pdFALSE; /* This interrupt does nothing more than demonstrate how to synchronise a task with an interrupt. A semaphore is used for this purpose. Note - lHigherPriorityTaskWoken is initialised to zero. */ + lHigherPriorityTaskWoken is initialised to zero. Only FreeRTOS API functions + that end in "FromISR" can be called from an ISR. */ xSemaphoreGiveFromISR( xTestSemaphore, &lHigherPriorityTaskWoken ); /* If there was a task that was blocked on the semaphore, and giving the -- 2.39.5