summaryrefslogtreecommitdiff
path: root/firmware/export/pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcm.h')
-rw-r--r--firmware/export/pcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h
index 91159e1656..80b5b09a79 100644
--- a/firmware/export/pcm.h
+++ b/firmware/export/pcm.h
@@ -43,7 +43,7 @@
43/* I/O error has occurred */ 43/* I/O error has occurred */
44#define PCMREC_E_IO 0x80008000 44#define PCMREC_E_IO 0x80008000
45#ifdef DEBUG 45#ifdef DEBUG
46/* encoder has written past end of alloccated space */ 46/* encoder has written past end of allocated space */
47#define PCMREC_E_CHUNK_OVF 0x80010000 47#define PCMREC_E_CHUNK_OVF 0x80010000
48#endif /* DEBUG */ 48#endif /* DEBUG */
49 49