Skip to content

Commit

Permalink
fixed issue reported in #888
Browse files Browse the repository at this point in the history
removed
	/* SMCLK = DCO / DIVS = nMHz */
	BCSCTL2 &= ~(DIVS_0);
	enableXtal();
  • Loading branch information
StefanSch committed Jun 7, 2016
1 parent 5bfd375 commit 49422e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hardware/msp430/cores/msp430/wiring.c
Expand Up @@ -270,9 +270,6 @@ void initClocks(void)
#else
#warning No Suitable Frequency found!
#endif
/* SMCLK = DCO / DIVS = nMHz */
BCSCTL2 &= ~(DIVS_0);
enableXtal();
#endif

#if defined(__MSP430_HAS_CS__) && defined(__MSP430_HAS_FRAM_FR5XX__)
Expand Down

0 comments on commit 49422e4

Please sign in to comment.