1
0
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:
Joel Palomino 2016-02-24 21:22:44 +01:00
parent 39533da2b7
commit 2f610add9c

View File

@ -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 */