refactored, reformatted, added missing clobber registers to __asm__

statements
This commit is contained in:
Markus Fröschle
2014-09-02 13:51:00 +00:00
parent d25e6cfd98
commit 6124f82d82
21 changed files with 141 additions and 124 deletions

View File

@@ -36,7 +36,7 @@ struct baudrate
int divider;
};
static const int system_clock = 133000000; /* System clock in Hz */
static const int system_clock = 132000000; /* System clock in Hz */
struct baudrate baudrates[] =
{