[rtems commit] leon2: include <rtems/ringbuf.h> not <ringbuf.h>

Joel Sherril joel at rtems.org
Sun Nov 23 15:48:53 UTC 2014


Module:    rtems
Branch:    master
Commit:    b46a31e0b84338844a701dacbafabb4791228114
Changeset: http://git.rtems.org/rtems/commit/?id=b46a31e0b84338844a701dacbafabb4791228114

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sun Nov 23 09:48:17 2014 -0600

leon2: include <rtems/ringbuf.h> not <ringbuf.h>

close #2113

---

 c/src/lib/libbsp/sparc/leon2/console/console.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/c/src/lib/libbsp/sparc/leon2/console/console.c b/c/src/lib/libbsp/sparc/leon2/console/console.c
index 36f6a8c..d4cb1bc 100644
--- a/c/src/lib/libbsp/sparc/leon2/console/console.c
+++ b/c/src/lib/libbsp/sparc/leon2/console/console.c
@@ -7,7 +7,7 @@
  */
 
 /*
- *  COPYRIGHT (c) 1989-1998.
+ *  COPYRIGHT (c) 1989-2014.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
@@ -53,7 +53,7 @@ int console_inbyte_nonblocking( int port );
  *  Buffers between task and ISRs
  */
 
-#include <ringbuf.h>
+#include <rtems/ringbuf.h>
 
 Ring_buffer_t  TX_Buffer[ 2 ];
 bool           Is_TX_active[ 2 ];




More information about the vc mailing list