1
0
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:
chinglee-iot
2023-06-12 18:47:17 +08:00
committed by GitHub
parent 77d8086f1c
commit 17a46c252f
29 changed files with 4 additions and 36 deletions

View File

@@ -895,10 +895,6 @@
#define portDONT_DISCARD
#endif
#ifndef portNORETURN
#define portNORETURN
#endif
#ifndef configUSE_TIME_SLICING
#define configUSE_TIME_SLICING 1
#endif