git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1859 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2010-04-08 12:39:05 +00:00
parent 74b8a1756b
commit 1322201fbd
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ extern "C" {
* equal or higher priority, if any. * equal or higher priority, if any.
*/ */
#if !defined(PORT_OPTIMIZED_DOYIELDS) || defined(__DOXYGEN__) #if !defined(PORT_OPTIMIZED_DOYIELDS) || defined(__DOXYGEN__)
#define chSchDoYieldS(void) { \ #define chSchDoYieldS() { \
if (chSchCanYieldS()) \ if (chSchCanYieldS()) \
chSchDoRescheduleI(); \ chSchDoRescheduleI(); \
} }