X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/1949b98e6c586f2dc8b914b5a1b3bf38ec3fd183..2f00be53bc3c072946f4bf1ccffb32996f1fc4fa:/Bootloaders/HID/BootloaderHID.h diff --git a/Bootloaders/HID/BootloaderHID.h b/Bootloaders/HID/BootloaderHID.h index df9e39e37..d94ba76d1 100644 --- a/Bootloaders/HID/BootloaderHID.h +++ b/Bootloaders/HID/BootloaderHID.h @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2013. + Copyright (C) Dean Camera, 2017. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2013 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2017 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 @@ -42,11 +42,13 @@ #include #include #include + #include #include #include "Descriptors.h" #include + #include /* Preprocessor Checks: */ #if !defined(__OPTIMIZE_SIZE__) @@ -66,7 +68,5 @@ void Application_Jump_Check(void) ATTR_INIT_SECTION(3); void EVENT_USB_Device_ConfigurationChanged(void); - void EVENT_USB_Device_UnhandledControlRequest(void); #endif -