X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fopenbench-logic-sniffer%2Fols.h;h=0b1a61361c0297618381eb25ab1333073a249f91;hb=0f8522bf74af8abfe8601e978b2e0d0e40b1a124;hp=a554ae8c0b42239a1f26e71436fae017293cd31d;hpb=0146970797e809555b2feea9fdbc3933f9e24e8b;p=libsigrok.git diff --git a/hardware/openbench-logic-sniffer/ols.h b/hardware/openbench-logic-sniffer/ols.h index a554ae8c..0b1a6136 100644 --- a/hardware/openbench-logic-sniffer/ols.h +++ b/hardware/openbench-logic-sniffer/ols.h @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#ifndef OLS_H_ -#define OLS_H_ +#ifndef LIBSIGROK_HARDWARE_OPENBENCH_LOGIC_SNIFFER_OLS_H +#define LIBSIGROK_HARDWARE_OPENBENCH_LOGIC_SNIFFER_OLS_H #define NUM_PROBES 32 #define NUM_TRIGGER_STAGES 4 @@ -91,4 +91,4 @@ struct ols_device { struct sr_serial_device_instance *serial; }; -#endif /* OLS_H_ */ +#endif