mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Board z1: Fix issue #2109
This commit is contained in:
parent
39533da2b7
commit
2f610add9c
@ -188,8 +188,8 @@ void msp430_init_dco(void)
|
||||
#else
|
||||
/* default values for quick start-up */
|
||||
DCOCTL = 0x00; /* avoid possible temporary overclocking... */
|
||||
BCSCTL1 = 0x0d;
|
||||
DCOCTL = 0x9a;
|
||||
BCSCTL1 = 0x8d; /* as seen in Contiki code */
|
||||
DCOCTL = 0x88; /* as seen in Contiki code */
|
||||
#endif
|
||||
|
||||
/* Other clock configuration */
|
||||
|
Loading…
Reference in New Issue
Block a user