git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1859 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
74b8a1756b
commit
1322201fbd
|
@ -172,7 +172,7 @@ extern "C" {
|
|||
* equal or higher priority, if any.
|
||||
*/
|
||||
#if !defined(PORT_OPTIMIZED_DOYIELDS) || defined(__DOXYGEN__)
|
||||
#define chSchDoYieldS(void) { \
|
||||
#define chSchDoYieldS() { \
|
||||
if (chSchCanYieldS()) \
|
||||
chSchDoRescheduleI(); \
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue