[examples-v2 commit] ticker/low_ticker1/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: 349d369c5026ce5ac01ad88196db582a7f322286
Changeset: http://git.rtems.org/examples-v2/commit/?id=349d369c5026ce5ac01ad88196db582a7f322286
Author: Joel Sherrill <joel at rtems.org>
Date: Thu Oct 5 09:03:42 2017 -0500
ticker/low_ticker1/init.c: Add include <rtems/bspIo.h>
---
ticker/low_ticker1/init.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ticker/low_ticker1/init.c b/ticker/low_ticker1/init.c
index 677434f..699e942 100644
--- a/ticker/low_ticker1/init.c
+++ b/ticker/low_ticker1/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