X-Git-Url: https://git.donarmstrong.com/?p=kiibohd-controller.git;a=blobdiff_plain;f=Bootloader%2Fusb.h;h=1a0dbf06ed4289e230696070208fffcd0c425bcd;hp=d03e6774979dbe1115f50788bcfa916bc33cce23;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hpb=03f60df94d395e3f4c923d17c3651501024975ee diff --git a/Bootloader/usb.h b/Bootloader/usb.h index d03e677..1a0dbf0 100644 --- a/Bootloader/usb.h +++ b/Bootloader/usb.h @@ -1,5 +1,5 @@ /* Copyright (c) 2011,2012 Simon Schubert <2@0x2c.org>. - * Modifications by Jacob Alexander 2014 + * Modifications by Jacob Alexander 2014-2015 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,8 +15,7 @@ * along with this program. If not, see . */ -#ifndef __USB_H -#define __USB_H +#pragma once // ----- Compiler Includes ----- @@ -509,5 +508,3 @@ int usb_ep0_tx_cp(const void *, size_t, size_t, ep_callback_t, void *); #include "dfu.h" -#endif -