Restore FDT in ofw01 to avoid test timeout on RISCV

This commit is contained in:
Jiri Gaisler
2021-03-28 14:51:25 +02:00
committed by Christian Mauderer
parent 1e62e15f46
commit 4f12a1e365

View File

@@ -184,6 +184,7 @@ static void Init(rtems_task_argument arg)
rtems_test_assert(rv == true);
TEST_END();
test_bin = NULL;
rtems_test_exit(0);
}