|
From: Lin Gu <li...@us...> - 2004-12-27 22:25:20
|
Update of /cvsroot/vert/vert-1.3/apps/TestTK/TKImg/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14856/apps/TestTK/TKImg/include Modified Files: GoldenImageWriter_mica2.h Log Message: LedSig is a test app. Index: GoldenImageWriter_mica2.h =================================================================== RCS file: /cvsroot/vert/vert-1.3/apps/TestTK/TKImg/include/GoldenImageWriter_mica2.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** GoldenImageWriter_mica2.h 24 Nov 2004 03:31:15 -0000 1.1.1.1 --- GoldenImageWriter_mica2.h 27 Dec 2004 22:25:07 -0000 1.2 *************** *** 42,46 **** uint32_t endAddrs[GIW_NUM_SECTIONS] = { 0x6000 }; ! #define GIW_GET_BYTE(x) (__elpm_inline(x)) #endif --- 42,47 ---- uint32_t endAddrs[GIW_NUM_SECTIONS] = { 0x6000 }; ! //#define GIW_GET_BYTE(x) (__elpm_inline(x)) ! #define GIW_GET_BYTE(x) (__ELPM(x)) #endif |