diff options
Diffstat (limited to 'firmware/id3.h')
-rw-r--r-- | firmware/id3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/id3.h b/firmware/id3.h index 7597dcd0b3..60f660588f 100644 --- a/firmware/id3.h +++ b/firmware/id3.h @@ -19,6 +19,8 @@ #ifndef ID3_H #define ID3_H +#define VARIABLE_BIT_RATE 1 + struct mp3entry { char path[256]; char *title; |