From: asterix Date: Mon, 27 Sep 2010 17:26:50 +0000 (+0000) Subject: Remove unneeded setting. X-Git-Tag: 2.6.0~83 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=fc1f641a3e2b8cbb4597b605367b11ede313a09d;p=bertos.git Remove unneeded setting. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4318 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/ek-lm3s1968/hw/hw_adc.h b/boards/ek-lm3s1968/hw/hw_adc.h index 9730ed98..902a8b47 100644 --- a/boards/ek-lm3s1968/hw/hw_adc.h +++ b/boards/ek-lm3s1968/hw/hw_adc.h @@ -66,8 +66,6 @@ INLINE void hw_initIntTemp(void) HWREG(ADC0_BASE + ADC_O_ACTSS) = 0; /* Set trigger event to programmed (for all sequence) */ HWREG(ADC0_BASE + ADC_O_EMUX) = 0; - - HWREG(ADC0_BASE + ADC_O_SSMUX3) = 1; /* Enalbe read of temperature sensor */ HWREG(ADC0_BASE + ADC_O_SSCTL3) = BV(3); /* Enable sequence S03 (single sample on select channel) */