template and default configuration build

This commit is contained in:
Joseph Julicher 2023-09-15 14:01:32 -07:00
parent bddb61e88b
commit 81bd4c1776
2 changed files with 2 additions and 6 deletions

View file

@ -55,7 +55,7 @@ typedef unsigned char UBaseType_t;
/*-----------------------------------------------------------*/
#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities )
#define portGET_HIGHEST_PRIORITY( uxTopPriority, uxReadyPriorities ) {uxTopPriority = 0;}while(0)
#endif /* configUSE_PORT_OPTIMISED_TASK_SELECTION */