Fix include path in the library RingBuffer.h header file.
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 12 Feb 2011 00:08:05 +0000 (00:08 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 12 Feb 2011 00:08:05 +0000 (00:08 +0000)
LUFA/Drivers/Misc/RingBuffer.h

index 37e8a1b..9319f11 100644 (file)
  *  @{\r
  */\r
 \r
  *  @{\r
  */\r
 \r
-#ifndef __RING_BUFF_H__\r
-#define __RING_BUFF_H__\r
+#ifndef __RING_BUFFER_H__\r
+#define __RING_BUFFER_H__\r
 \r
        /* Includes: */\r
                #include <util/atomic.h>\r
                #include <stdint.h>\r
                #include <stdbool.h>\r
 \r
 \r
        /* Includes: */\r
                #include <util/atomic.h>\r
                #include <stdint.h>\r
                #include <stdbool.h>\r
 \r
-               #include <LUFA/Common/Common.h>\r
+               #include "../../Common/Common.h"\r
 \r
        /* Type Defines: */\r
                /** \brief Ring Buffer Management Structure.\r
 \r
        /* Type Defines: */\r
                /** \brief Ring Buffer Management Structure.\r