Commit 0dbd065d authored by Daniel Friesel's avatar Daniel Friesel
Browse files

msp430fr5994: fix typo

parent 45c8997e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ void Arch::setup(void)
	CSCTL0_H = 0;


#if defined(WITH_LOOP) || F_CPU == 72368UL
#if defined(WITH_LOOP) || F_CPU == 32768UL
	// enable LXFT for RTC
	CSCTL0_H = CSKEY >> 8;
	CSCTL4 &= ~LFXTOFF;