Update due to API changes

This commit is contained in:
Sebastian Huber
2019-04-11 09:33:39 +02:00
parent 9723b63327
commit 647dd08ae2
12 changed files with 18 additions and 18 deletions

View File

@@ -115,7 +115,7 @@ busy(void)
static uint32_t
get_obj_count(void)
{
return ((rtems_get_processor_count() + 1) / 2);
return ((rtems_scheduler_get_processor_maximum() + 1) / 2);
}
static void