diff options
| -rw-r--r-- | firmware/mp3_playback.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/mp3_playback.c b/firmware/mp3_playback.c index dd36578..234dc6a 100644 --- a/firmware/mp3_playback.c +++ b/firmware/mp3_playback.c @@ -499,7 +499,7 @@ static void setup_sci0(void) SMR0 = 0x80; /* Set baudrate 1Mbit/s */ - BRR0 = 0x03; + BRR0 = 0x02; /* use SCK as serial clock output */ SCR0 = 0x01; @@ -989,7 +989,7 @@ void mp3_init(int volume, int bass, int treble, int balance, int loudness, mas_writereg(0xc5, 0); mas_writereg(0xc6, 0); - /* We need to set the PLL for a 14.1318MHz crystal */ + /* We need to set the PLL for a 14.31818MHz crystal */ if(mas_version_code == 0x0601) /* Version F10? */ { val = 0x5d9d0; |