aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/Board.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Drivers/Board/Board.h')
-rw-r--r--LUFA/Drivers/Board/Board.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/LUFA/Drivers/Board/Board.h b/LUFA/Drivers/Board/Board.h
index 44e755d7e..f862fb6f3 100644
--- a/LUFA/Drivers/Board/Board.h
+++ b/LUFA/Drivers/Board/Board.h
@@ -1,13 +1,13 @@
/*
LUFA Library
- Copyright (C) Dean Camera, 2015.
+ Copyright (C) Dean Camera, 2016.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
- Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 2016 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
@@ -157,6 +157,8 @@
#include "AVR8/YUN/Board.h"
#elif (BOARD == BOARD_MICRO)
#include "AVR8/MICRO/Board.h"
+ #elif (BOARD == BOARD_POLOLUMICRO)
+ #include "AVR8/POLOLUMICRO/Board.h"
#elif (BOARD == BOARD_XPLAINED_MINI)
#include "AVR8/XPLAINED_MINI/Board.h"
#else