mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 19:29:21 +08:00
tests: Fix configuration dependencies
This commit is contained in:
parent
0f9258f2fb
commit
9906c4a5ee
@ -39,6 +39,9 @@
|
||||
|
||||
#include "swi_test.h"
|
||||
|
||||
uintptr_t rtems_bsd_allocator_domain_page_mbuf_size =
|
||||
RTEMS_BSD_ALLOCATOR_DOMAIN_PAGE_MBUF_DEFAULT;
|
||||
|
||||
static void Init(rtems_task_argument arg)
|
||||
{
|
||||
rtems_status_code sc;
|
||||
|
@ -39,6 +39,9 @@
|
||||
|
||||
#include "timeout_test.h"
|
||||
|
||||
uintptr_t rtems_bsd_allocator_domain_page_mbuf_size =
|
||||
RTEMS_BSD_ALLOCATOR_DOMAIN_PAGE_MBUF_DEFAULT;
|
||||
|
||||
static void Init(rtems_task_argument arg)
|
||||
{
|
||||
rtems_status_code sc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user