Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
272d446d
Commit
272d446d
authored
Feb 12, 2011
by
Dean Camera
Browse files
Fix include path in the library RingBuffer.h header file.
parent
3d232953
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/Misc/RingBuffer.h
View file @
272d446d
...
...
@@ -89,15 +89,15 @@
* @{
*/
#ifndef __RING_BUFF_H__
#define __RING_BUFF_H__
#ifndef __RING_BUFF
ER
_H__
#define __RING_BUFF
ER
_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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment