Without them there will be issues sooner or later, and the build _is_
broken already on MinGW without them.
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef FX2LAFW_COMMAND_H
+#define FX2LAFW_COMMAND_H
+
#include <stdint.h>
/* Protocol commands */
uint8_t sample_delay_h;
uint8_t sample_delay_l;
};
+
+#endif
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef FX2LAFW_FX2LAFW_H
+#define FX2LAFW_FX2LAFW_H
+
#include <autovector.h>
#define SYNCDELAY() SYNCDELAY4
#define FX2LAFW_VERSION_MAJOR 1
#define FX2LAFW_VERSION_MINOR 0
+
+#endif
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef FX2LAFW_GPIF_ACQUISITION_H
+#define FX2LAFW_GPIF_ACQUISITION_H
+
#include <stdbool.h>
#include <command.h>
bool gpif_acquisition_start(const struct cmd_start_acquisition *cmd);
void gpif_poll(void);
+
+#endif