# HG changeset patch # User jld # Date 1304542862 0 # Node ID 32c8a1b0fef908032632dfa25c000b5b97e81491 # Parent 9aec6a8ff9b92bcfff4852e47355e64494ec9ca8 * include/plf_io.h: Fix determination when CYGHWR_HAL_LM3S_ADC0_CHAN should be 8. Patch from Anatoly Sokolov. [ Bugzilla 1001222 ] diff --git a/packages/hal/cortexm/lm3s/lm3s8xx/current/ChangeLog b/packages/hal/cortexm/lm3s/lm3s8xx/current/ChangeLog --- a/packages/hal/cortexm/lm3s/lm3s8xx/current/ChangeLog +++ b/packages/hal/cortexm/lm3s/lm3s8xx/current/ChangeLog @@ -1,3 +1,8 @@ +2011-05-04 John Dallaway + + * include/plf_io.h: Fix determination when CYGHWR_HAL_LM3S_ADC0_CHAN + should be 8. Patch from Anatoly Sokolov. [ Bugzilla 1001222 ] + 2011-01-18 Christophe Coutand * cdl/hal_cortexm_lm3s8xx.cdl: diff --git a/packages/hal/cortexm/lm3s/lm3s8xx/current/include/plf_io.h b/packages/hal/cortexm/lm3s/lm3s8xx/current/include/plf_io.h --- a/packages/hal/cortexm/lm3s/lm3s8xx/current/include/plf_io.h +++ b/packages/hal/cortexm/lm3s/lm3s8xx/current/include/plf_io.h @@ -94,8 +94,8 @@ #elif defined(CYGHWR_HAL_CORTEXM_LM3S8XX_LM3S817) || \ defined(CYGHWR_HAL_CORTEXM_LM3S8XX_LM3S818) #define CYGHWR_HAL_LM3S_ADC0_CHAN 6 -#elif defined(CYGHWR_HAL_CORTEXM_CORTEXM_LM3S828) || \ - defined(CYGHWR_HAL_CORTEXM_CORTEXM_LM3S808) +#elif defined(CYGHWR_HAL_CORTEXM_LM3S8XX_LM3S828) || \ + defined(CYGHWR_HAL_CORTEXM_LM3S8XX_LM3S808) #define CYGHWR_HAL_LM3S_ADC0_CHAN 8 #endif