diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/id3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h index dc58178..2a42788 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -42,6 +42,7 @@ enum { AFMT_SHN, /* Shorten */ AFMT_AIFF, /* Audio Interchange File Format */ AFMT_SID, /* SID File Format */ + AFMT_ADX, /* ADX */ /* New formats must be added to the end of this list */ |