X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Bootloader%2Fusb-common.h;h=cd58c785ab497ffb3a7ee086069752da1e77cad1;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=0857017f7fc439cbb351fad7cd3f444a3b09d318;hpb=41025125796f2f167d7f2a8c82aac712da1aa1b1;p=kiibohd-controller.git diff --git a/Bootloader/usb-common.h b/Bootloader/usb-common.h index 0857017..cd58c78 100644 --- a/Bootloader/usb-common.h +++ b/Bootloader/usb-common.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_COMMON_H -#define _USB_COMMON_H +#pragma once // ----- Enumerations ----- @@ -56,5 +55,3 @@ enum { EP0_BUFSIZE = 64 }; -#endif -