Fix include path in the library RingBuffer.h header file.
This commit is contained in:
		
							parent
							
								
									3d232953d9
								
							
						
					
					
						commit
						272d446d32
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -89,15 +89,15 @@
 | 
			
		|||
 *  @{
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifndef __RING_BUFF_H__
 | 
			
		||||
#define __RING_BUFF_H__
 | 
			
		||||
#ifndef __RING_BUFFER_H__
 | 
			
		||||
#define __RING_BUFFER_H__
 | 
			
		||||
 | 
			
		||||
	/* Includes: */
 | 
			
		||||
		#include <util/atomic.h>
 | 
			
		||||
		#include <stdint.h>
 | 
			
		||||
		#include <stdbool.h>
 | 
			
		||||
 | 
			
		||||
		#include <LUFA/Common/Common.h>
 | 
			
		||||
		#include "../../Common/Common.h"
 | 
			
		||||
 | 
			
		||||
	/* Type Defines: */
 | 
			
		||||
		/** \brief Ring Buffer Management Structure.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue