media01: New test

This commit is contained in:
Sebastian Huber
2015-03-26 10:24:30 +01:00
parent 8179d4c68f
commit d0ecc91ac1
4 changed files with 176 additions and 0 deletions

View File

@@ -48,6 +48,10 @@ rtems_task Init(
on_exit( default_on_exit, NULL );
#ifdef DEFAULT_EARLY_INITIALIZATION
early_initialization();
#endif
/* Let other tasks run to complete background work */
default_set_self_prio( RTEMS_MAXIMUM_PRIORITY - 1 );