mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 15:28:17 +08:00
Add and use rtems_bsd_get_task_priority()
This commit is contained in:
@@ -50,14 +50,6 @@
|
||||
|
||||
#define BSD_TASK_NAME rtems_build_name('_', 'B', 'S', 'D')
|
||||
|
||||
#define BSD_TASK_PRIORITY_NORMAL 120
|
||||
|
||||
#define BSD_TASK_PRIORITY_TIMER 110
|
||||
|
||||
#define BSD_TASK_PRIORITY_INTERRUPT 100
|
||||
|
||||
#define BSD_TASK_PRIORITY_RESOURCE_OWNER 100
|
||||
|
||||
/* FIXME */
|
||||
#define BSD_MINIMUM_TASK_STACK_SIZE ((size_t) 32 * 1024)
|
||||
|
||||
|
Reference in New Issue
Block a user