Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git] / LUFA / Common / BoardTypes.h
index d4a3655..a4daa18 100644 (file)
  *  \note Do not include this file directly, rather include the Common.h header file instead to gain this file's\r
  *        functionality.\r
  */\r
+\r
+/** \ingroup Group_Common\r
+ *  @defgroup Group_BoardTypes Board Types\r
+ *\r
+ *  Macros for indicating the chosen physical board hardware to the library. These macros should be used when\r
+ *  defining the BOARD token to the chosen hardware via the -D switch in the project makefile.\r
+ *\r
+ *  @{\r
+ */\r
        \r
 #ifndef __BOARDTYPES_H__\r
 #define __BOARDTYPES_H__\r
@@ -70,3 +79,5 @@
                        #define BOARD_USER          5\r
 \r
 #endif\r
+\r
+/** @} */\r