From: Uwe Hermann Date: Mon, 27 Feb 2012 22:55:06 +0000 (+0100) Subject: sr: fx2lafw: Consistent #include guard naming. X-Git-Tag: libsigrok-0.1.0~81 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=6c39d99a2809c0065b8bd547c426a08f42445e92;p=libsigrok.git sr: fx2lafw: Consistent #include guard naming. --- diff --git a/hardware/fx2lafw/fx2lafw.h b/hardware/fx2lafw/fx2lafw.h index 6f44efc0..76196205 100644 --- a/hardware/fx2lafw/fx2lafw.h +++ b/hardware/fx2lafw/fx2lafw.h @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#ifndef LIBSIGROK_HARDWARE_FX2LAFW -#define LIBSIGROK_HARDWARE_FX2LAFW +#ifndef LIBSIGROK_HARDWARE_FX2LAFW_FX2LAFW_H +#define LIBSIGROK_HARDWARE_FX2LAFW_FX2LAFW_H #define USB_INTERFACE 0 #define USB_CONFIGURATION 1