X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/fdf50e941126140cdb1f87296ea05079ab25e5f7..987cd32f6502f074dcb565d67d0ee39149e8a4a8:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 44aa769e0..07c60bba3 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2013. + Copyright (C) Dean Camera, 2014. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2013 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2014 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 @@ -231,6 +231,9 @@ /** Selects the XMEGA C3 XPLAINED specific board drivers, including the Button and LEDs drivers. */ #define BOARD_C3_XPLAINED 55 + /** Selects the U2S specific board drivers, including the Button and LEDs drivers. */ + #define BOARD_U2S 56 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE