Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard Wesser).
[pub/lufa.git] / LUFA / Drivers / Board / Buttons.h
index 34d5f35..5c9cd75 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2012.
+     Copyright (C) Dean Camera, 2013.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2012  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2013  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
                        #include "AVR8/OLIMEXISPMK2/Buttons.h"
                #elif (BOARD == BOARD_UC3A3_XPLAINED)
                        #include "UC3/UC3A3_XPLAINED/Buttons.h"
+               #elif (BOARD == BOARD_STANGE_ISP)
+                       #include "AVR8/STANGE_ISP/Buttons.h"
                #else
                        #include "Board/Buttons.h"
                #endif