X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Bootloader%2F_buildvars.h;h=1d9267ad964d36515fbaa44303cf9f52880915c7;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=4097a7a368142e89808616a063667c684f3337fa;hpb=e41444304bad9c4654c1e11f3ea9f264efa5ebd4;p=kiibohd-controller.git diff --git a/Bootloader/_buildvars.h b/Bootloader/_buildvars.h index 4097a7a..1d9267a 100644 --- a/Bootloader/_buildvars.h +++ b/Bootloader/_buildvars.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2014 by Jacob Alexander +/* Copyright (C) 2013-2015 by Jacob Alexander * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -19,8 +19,7 @@ * THE SOFTWARE. */ -#ifndef __buildvars_h -#define __buildvars_h +#pragma once // ----- Includes ----- @@ -42,5 +41,3 @@ #define VENDOR_ID @BOOT_VENDOR_ID@ #define PRODUCT_ID @BOOT_PRODUCT_ID@ -#endif -