From: Uwe Hermann Date: Tue, 23 Oct 2012 23:24:06 +0000 (+0200) Subject: new-driver: Fix #include guard naming. X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=6a94754feb0b2de80dfd367fcad556ab08b6540e;p=sigrok-util.git new-driver: Fix #include guard naming. --- diff --git a/source/drv-protocol.h b/source/drv-protocol.h index 7af8027..3f0cf65 100644 --- a/source/drv-protocol.h +++ b/source/drv-protocol.h @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#ifndef LIBSIGROK_${upper}_H -#define LIBSIGROK_${upper}_H +#ifndef LIBSIGROK_HARDWARE_${upper}_PROTOCOL_H +#define LIBSIGROK_HARDWARE_${upper}_PROTOCOL_H /** Private, per-device-instance driver context. */ struct dev_context {