mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-22 07:24:44 +08:00
Use portTASK_FUNCTION_PROTO to replace portNORETURN (#688)
* Use portTASK_FUNCTION_PROTO to replace portNORETURN
This commit is contained in:
@@ -895,10 +895,6 @@
|
||||
#define portDONT_DISCARD
|
||||
#endif
|
||||
|
||||
#ifndef portNORETURN
|
||||
#define portNORETURN
|
||||
#endif
|
||||
|
||||
#ifndef configUSE_TIME_SLICING
|
||||
#define configUSE_TIME_SLICING 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user