X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Bootloader%2F_buildvars.h;h=1d9267ad964d36515fbaa44303cf9f52880915c7;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=08d1a7e0ab395f7aeb9db18bbfc16999b3d2abc9;hpb=ef8a8c5daa304246cb9cfe4b7523bbd73d997100;p=kiibohd-controller.git diff --git a/Bootloader/_buildvars.h b/Bootloader/_buildvars.h index 08d1a7e..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 ----- @@ -29,18 +28,16 @@ // ----- Defines ----- // You can change these to give your code its own name. -#define STR_MANUFACTURER u"Kiibohd" -#define STR_PRODUCT u"Kiibohd DFU Bootloader" +#define STR_MANUFACTURER u"Kiibohd" +#define STR_PRODUCT u"Kiibohd DFU Bootloader" #define STR_SERIAL u"@CHIP@" -#define STR_ALTNAME u"@BOOT_DFU_ALTNAME@" +#define STR_ALTNAME u"@BOOT_DFU_ALTNAME@" // Mac OS-X and Linux automatically load the correct drivers. On // Windows, even though the driver is supplied by Microsoft, an // INF file is needed to load the driver. These numbers need to // match the INF file. -#define VENDOR_ID @BOOT_VENDOR_ID@ -#define PRODUCT_ID @BOOT_PRODUCT_ID@ - -#endif +#define VENDOR_ID @BOOT_VENDOR_ID@ +#define PRODUCT_ID @BOOT_PRODUCT_ID@