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

close #2113
This commit is contained in:
Joel Sherrill
2014-11-23 09:48:17 -06:00
parent 89be4e7712
commit b46a31e0b8

View File

@@ -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 ];