[examples-v2 commit] ticker/low_ticker/init.c: Add include <rtems/bspIo.h>
Joel Sherrill
joel at rtems.org
Thu Oct 5 14:04:21 UTC 2017
Module: examples-v2
Branch: master
Commit: 10a452fe67ce26eb68bcd448daecb03d684d8b0d
Changeset: http://git.rtems.org/examples-v2/commit/?id=10a452fe67ce26eb68bcd448daecb03d684d8b0d
Author: Joel Sherrill <joel at rtems.org>
Date: Thu Oct 5 09:03:29 2017 -0500
ticker/low_ticker/init.c: Add include <rtems/bspIo.h>
---
ticker/low_ticker/init.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ticker/low_ticker/init.c b/ticker/low_ticker/init.c
index 1cebd03..f679b9c 100644
--- a/ticker/low_ticker/init.c
+++ b/ticker/low_ticker/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
More information about the vc
mailing list