feat(freertos): Reduce close NMI time

This commit is contained in:
dongheng
2019-03-07 20:34:34 +08:00
parent 05b7351a06
commit 7e25156286
10 changed files with 13 additions and 40 deletions

View File

@ -88,7 +88,7 @@ typedef unsigned int INT32U;
/*-----------------------------------------------------------*/
/* Scheduler utilities. */
extern void PendSV(char req);
extern void PendSV(int req);
//#define portYIELD() vPortYield()
#define portYIELD() PendSV(1)