Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to reduce...
[pub/USBasp.git] / LUFA / Drivers / Board / Buttons.h
index 6cb7ac6..d06781d 100644 (file)
@@ -3,7 +3,7 @@
      Copyright (C) Dean Camera, 2010.
 
   dean [at] fourwalledcubicle [dot] com
-      www.fourwalledcubicle.com
+           www.lufa-lib.org
 */
 
 /*
                #include "CULV3/Buttons.h"
        #elif (BOARD == BOARD_MINIMUS)
                #include "MINIMUS/Buttons.h"
+       #elif (BOARD == BOARD_MICROSIN162)
+               #include "MICROSIN162/Buttons.h"
        #elif (BOARD == BOARD_USER)
                #include "Board/Buttons.h"
        #else