This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001222] LM3S typo in lm3s/lm3s8xx/current/include/plf_io.h


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001222

Anatoly Sokolov <aesok@post.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|LM3                         |LM3S typo in
                   |                            |lm3s/lm3s8xx/current/includ
                   |                            |e/plf_io.h

--- Comment #1 from Anatoly Sokolov <aesok@post.ru> 2011-05-04 21:42:14 BST ---
Hi.

Dye typo in lm3s/lm3s8xx/current/include/plf_io.h the CYGHWR_HAL_LM3S_ADC0_CHAN
macro incorrectly defined for LM3S808 and LM3S828 devices

RCS file:
/cvs/ecos/ecos/packages/hal/cortexm/lm3s/lm3s8xx/current/include/plf_io.h,v
retrieving revision 1.1
diff -u -r1.1 plf_io.h
--- ecos/packages/hal/cortexm/lm3s/lm3s8xx/current/include/plf_io.h    9 Feb
2011 20:55:06 -0000    1.1
+++ ecos/packages/hal/cortexm/lm3s/lm3s8xx/current/include/plf_io.h    4 May
2011 20:17:41 -0000
@@ -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


Anatoly.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]