]> sigrok.org Git - libsigrok.git/commitdiff
sr: fx2lafw: Consistent #include guard naming.
authorUwe Hermann <redacted>
Mon, 27 Feb 2012 22:55:06 +0000 (23:55 +0100)
committerUwe Hermann <redacted>
Mon, 27 Feb 2012 22:55:06 +0000 (23:55 +0100)
hardware/fx2lafw/fx2lafw.h

index 6f44efc077d621ec2a2b73e18750ec88aca21a8c..76196205cc0d700b947bec85c3ddec02a8f06b89 100644 (file)
@@ -17,8 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#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
 
 #define USB_INTERFACE          0
 #define USB_CONFIGURATION      1