summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/mpeg.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 5d4c5daa5c..250547e24e 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -1004,12 +1004,8 @@ static bool swap_one_chunk(void)
1004 1004
1005 return true; 1005 return true;
1006} 1006}
1007#else
1008static bool swap_one_chunk(void)
1009{
1010 return false;
1011}
1012#endif 1007#endif
1008
1013const unsigned char empty_id3_header[] = 1009const unsigned char empty_id3_header[] =
1014{ 1010{
1015 'I', 'D', '3', 0x03, 0x00, 0x00, 1011 'I', 'D', '3', 0x03, 0x00, 0x00,