Merge pull request #41 from ytsuboi/master

[LPC1114] fixed to use IRC and System PLL clock
pull/42/head
Emilio Monti 2013-08-21 05:25:51 -07:00
commit dfd6fe6fbe
1 changed files with 2 additions and 2 deletions

View File

@ -108,8 +108,8 @@
#define SYSOSCCTRL_Val 0x00000000 // Reset: 0x000
#define WDTOSCCTRL_Val 0x00000000 // Reset: 0x000
#define SYSPLLCTRL_Val 0x00000023 // Reset: 0x000
#define SYSPLLCLKSEL_Val 0x00000001 // Reset: 0x000
#define MAINCLKSEL_Val 0x00000000 // Reset: 0x000
#define SYSPLLCLKSEL_Val 0x00000000 // Reset: 0x000 // Define as using IRC
#define MAINCLKSEL_Val 0x00000003 // Reset: 0x000 // Define as using System PLL clock out
#define SYSAHBCLKDIV_Val 0x00000001 // Reset: 0x001
/*