forked from len0rd/rockbox
Changed frequency for Recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@903 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8b1168bc94
commit
7a9f95d8db
1 changed files with 6 additions and 1 deletions
|
@ -21,8 +21,13 @@
|
|||
#define __SYSTEM_H__
|
||||
|
||||
#include "sh7034.h"
|
||||
#include "config.h"
|
||||
|
||||
#ifdef ARCHOS_RECORDER
|
||||
# define FREQ 11059200
|
||||
#else
|
||||
# define FREQ 12000000 /* cycle time ~83.3ns */
|
||||
#endif
|
||||
#define BAUDRATE 9600
|
||||
|
||||
#ifndef NULL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue