X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Output%2FpjrcUSB%2Farm%2Fusb_keyboard.h;h=f2bf8041c88dad5f63965569c67863da93a64aa7;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=8184879a5d6e724085ce72fe073f0f21b88669bd;hpb=ed9abf88a30a59abb045f49c3b47bf57a5b0b90c;p=kiibohd-controller.git diff --git a/Output/pjrcUSB/arm/usb_keyboard.h b/Output/pjrcUSB/arm/usb_keyboard.h index 8184879..f2bf804 100644 --- a/Output/pjrcUSB/arm/usb_keyboard.h +++ b/Output/pjrcUSB/arm/usb_keyboard.h @@ -1,7 +1,7 @@ /* Teensyduino Core Library * http://www.pjrc.com/teensy/ * Copyright (c) 2013 PJRC.COM, LLC. - * Modifications by Jacob Alexander 2013-2014 + * Modifications by Jacob Alexander 2013-2015 * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the @@ -29,8 +29,7 @@ * SOFTWARE. */ -#ifndef USBkeyboard_h_ -#define USBkeyboard_h_ +#pragma once // ----- Includes ----- @@ -46,7 +45,3 @@ void usb_keyboard_send(); - - -#endif // USBkeyboard_h_ -