Minor documentation fixes.
[pub/USBasp.git] / LUFA / Drivers / Board / MINIMUS / Buttons.h
index c38c9c3..518db88 100644 (file)
@@ -1,13 +1,13 @@
 /*\r
              LUFA Library\r
 /*\r
              LUFA Library\r
-     Copyright (C) Dean Camera, 2010.\r
+     Copyright (C) Dean Camera, 2011.\r
               \r
   dean [at] fourwalledcubicle [dot] com\r
            www.lufa-lib.org\r
 */\r
 \r
 /*\r
               \r
   dean [at] fourwalledcubicle [dot] com\r
            www.lufa-lib.org\r
 */\r
 \r
 /*\r
-  Copyright 2010  Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
+  Copyright 2011  Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
 \r
   Permission to use, copy, modify, distribute, and sell this \r
   software and its documentation for any purpose is hereby granted\r
 \r
   Permission to use, copy, modify, distribute, and sell this \r
   software and its documentation for any purpose is hereby granted\r
 \r
 /** \file\r
  *  \brief Board specific Buttons driver header for the MINIMUS.\r
 \r
 /** \file\r
  *  \brief Board specific Buttons driver header for the MINIMUS.\r
- *\r
- *  Board specific Buttons driver header for the MINIMUS.\r
+ *  \copydetails Group_Buttons_MINIMUS\r
  *\r
  *  \note This file should not be included directly. It is automatically included as needed by the Buttons driver\r
  *        dispatch header located in LUFA/Drivers/Board/Buttons.h.\r
  */\r
  \r
 /** \ingroup Group_Buttons\r
  *\r
  *  \note This file should not be included directly. It is automatically included as needed by the Buttons driver\r
  *        dispatch header located in LUFA/Drivers/Board/Buttons.h.\r
  */\r
  \r
 /** \ingroup Group_Buttons\r
- *  @defgroup Group_Buttons_MINIMUS MINIMUS\r
+ *  \defgroup Group_Buttons_MINIMUS MINIMUS\r
+ *  \brief Board specific Buttons driver header for the MINIMUS.\r
  *\r
  *  Board specific Buttons driver header for the MINIMUS.\r
  *\r
  *\r
  *  Board specific Buttons driver header for the MINIMUS.\r
  *\r
- *  \note This file should not be included directly. It is automatically included as needed by the Buttons driver\r
- *        dispatch header located in LUFA/Drivers/Board/Buttons.h.\r
- *\r
  *  @{\r
  */\r
 \r
  *  @{\r
  */\r
 \r
@@ -52,9 +49,6 @@
 #define __BUTTONS_MINIMUS_H__\r
 \r
        /* Includes: */\r
 #define __BUTTONS_MINIMUS_H__\r
 \r
        /* Includes: */\r
-               #include <avr/io.h>\r
-               #include <stdbool.h>\r
-\r
                #include "../../../Common/Common.h"\r
 \r
        /* Enable C linkage for C++ Compilers: */\r
                #include "../../../Common/Common.h"\r
 \r
        /* Enable C linkage for C++ Compilers: */\r
@@ -70,7 +64,7 @@
        /* Public Interface - May be used in end-application: */\r
                /* Macros: */\r
                        /** Button mask for the first button on the board. */\r
        /* Public Interface - May be used in end-application: */\r
                /* Macros: */\r
                        /** Button mask for the first button on the board. */\r
-                       #define BUTTONS_BUTTON1      (1 << 8)\r
+                       #define BUTTONS_BUTTON1      (1 << 7)\r
        \r
                /* Inline Functions: */\r
                #if !defined(__DOXYGEN__)\r
        \r
                /* Inline Functions: */\r
                #if !defined(__DOXYGEN__)\r