]> sigrok.org Git - sigrok-util.git/commitdiff
new-driver: Fix #include guard naming.
authorUwe Hermann <redacted>
Tue, 23 Oct 2012 23:24:06 +0000 (01:24 +0200)
committerUwe Hermann <redacted>
Wed, 24 Oct 2012 07:28:43 +0000 (09:28 +0200)
source/drv-protocol.h

index 7af8027898969e5bb0d4cea28f3b29439d6fcc29..3f0cf65de0ebbd4b0e4713e75e5654a604607a56 100644 (file)
@@ -17,8 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#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 {