X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Fcommand.h;h=6aa8eb7666cb6f3280b784732ddcd220ff5447e7;hb=a123aff72dcd98bdb3a0e3b2cdf3964b49a20186;hp=2f7d3abf7381e1f2055c67eb18ebbe2eefe8251c;hpb=daf6d940fca76d60e236f492ef95885966553bcf;p=sigrok-firmware-fx2lafw.git diff --git a/include/command.h b/include/command.h index 2f7d3abf..6aa8eb76 100644 --- a/include/command.h +++ b/include/command.h @@ -18,6 +18,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef FX2LAFW_INCLUDE_COMMAND_H +#define FX2LAFW_INCLUDE_COMMAND_H + #include /* Protocol commands */ @@ -44,3 +47,5 @@ struct cmd_start_acquisition { uint8_t sample_delay_h; uint8_t sample_delay_l; }; + +#endif