add ability to disable loader sync
[teensytas.git] / pkts.h
diff --git a/pkts.h b/pkts.h
index a51b0d0..16877f6 100644 (file)
--- a/pkts.h
+++ b/pkts.h
@@ -22,6 +22,7 @@ struct tas_pkt {
                        uint8_t stream_from;
                        // frame increment on read
                        uint8_t use_readinc;
+                       uint8_t no_start_seq;
                } enable;
        };
 } __attribute__((packed));