X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/1c74525d2f606b13faafc5fdee389ab452a50f6c..efd57cfe51ec0501d4378d01e019f3e23b989274:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index d14076c2a..d76e318f6 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2010. + Copyright (C) Dean Camera, 2011. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted @@ -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