summaryrefslogtreecommitdiff
path: root/firmware/export/enc_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/enc_base.h')
-rw-r--r--firmware/export/enc_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/enc_base.h b/firmware/export/enc_base.h
index a9eff523ce..c7c30d66c0 100644
--- a/firmware/export/enc_base.h
+++ b/firmware/export/enc_base.h
@@ -157,12 +157,12 @@ struct encoder_config
157#define CHUNKF_ALLFLAGS (0x0033ul | CHUNKF_ERROR) 157#define CHUNKF_ALLFLAGS (0x0033ul | CHUNKF_ERROR)
158 158
159/* Header at the beginning of every encoder chunk */ 159/* Header at the beginning of every encoder chunk */
160#ifdef PCMREC_PARANOID 160#ifdef DEBUG
161#define ENC_CHUNK_MAGIC H_TO_BE32(('P' << 24) | ('T' << 16) | ('Y' << 8) | 'R') 161#define ENC_CHUNK_MAGIC H_TO_BE32(('P' << 24) | ('T' << 16) | ('Y' << 8) | 'R')
162#endif 162#endif
163struct enc_chunk_hdr 163struct enc_chunk_hdr
164{ 164{
165#ifdef PCMREC_PARANOID 165#ifdef DEBUG
166 unsigned long id; /* overflow detection - 'PTYR' - acronym for 166 unsigned long id; /* overflow detection - 'PTYR' - acronym for
167 "PTYR Tells You Right" ;) */ 167 "PTYR Tells You Right" ;) */
168#endif 168#endif