summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-10-05 09:03:50 -0500
committerJoel Sherrill <joel@rtems.org>2017-10-05 09:03:50 -0500
commit9614ea5ec7477ffc8d63e7f64632258c343c3ea6 (patch)
tree791619958012fb1fb8bfd44378b4489220c91d49
parentticker/low_ticker1/init.c: Add include <rtems/bspIo.h> (diff)
downloadrtems-examples-9614ea5ec7477ffc8d63e7f64632258c343c3ea6.tar.bz2
ticker/low_ticker2/init.c: Add include <rtems/bspIo.h>
-rw-r--r--ticker/low_ticker2/init.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ticker/low_ticker2/init.c b/ticker/low_ticker2/init.c
index 3e557ce..417c9d5 100644
--- a/ticker/low_ticker2/init.c
+++ b/ticker/low_ticker2/init.c
@@ -10,6 +10,7 @@
#include <stdlib.h>
#include <bsp.h>
+#include <rtems/bspIo.h>
rtems_task Test_task(
rtems_task_argument task_index
@@ -34,8 +35,8 @@ rtems_task Test_task(
}
}
-rtems_task Init(
- rtems_task_argument argument
+void Init(
+ uintptr_t argument
)
{
rtems_status_code status;