From bb7411ed92b74c426e059ccd1813e250f6b1100a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Oct 2009 13:58:56 +0000 Subject: [PATCH] Change Priority_Test_driver to use rtems_task_priority argument. --- testsuites/sptests/sp12/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/sptests/sp12/system.h b/testsuites/sptests/sp12/system.h index a57e71e381..88c720e067 100644 --- a/testsuites/sptests/sp12/system.h +++ b/testsuites/sptests/sp12/system.h @@ -24,7 +24,7 @@ rtems_task Init( ); void Priority_test_driver( - uint32_t priority_base + rtems_task_priority priority_base ); rtems_task Priority_task(