diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-01-08 11:47:20 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-01-08 11:47:20 +0000 |
| commit | d625bb9c89f42ac7890d8d3ce80278391e28e9e7 (patch) | |
| tree | 059fabcc52c5b6fae0d49e7a59795261fcc7bdcc /LUFA/Common/BoardTypes.h | |
| parent | 306cc375ec4287f585e46cd43a01bc6b3211612c (diff) | |
Minor documentation improvements.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1626 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/BoardTypes.h')
| -rw-r--r-- | LUFA/Common/BoardTypes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 9f9c1a8b..d76e318f 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -73,8 +73,8 @@ #define BOARD_ATAVRUSBRF01 4 /** Selects the user-defined board drivers, which should be placed in the user project's folder - * under a directory named /Board/. Each board driver should be named identically to the LUFA - * master board driver (i.e., driver in the LUFA/Drivers/Board director) so that the library + * under a directory named \c /Board/. Each board driver should be named identically to the LUFA + * master board driver (i.e., driver in the \c LUFA/Drivers/Board directory) so that the library * can correctly identify it. */ #define BOARD_USER 5 |
