Kommentar: Einfügen von HTML im Kommentar: Link einfügen: <a href="LINKURL" target="_blank">LINKTITEL</a> Bild einfügen: <img src="BILDURL"> Text formatieren: <b>fetter Text</b> <i>kursiver Text</i> <u>unterstrichener Text</u> Kombinationen sind auch möglich z.B.: <b><i>fetter & kursiver Text</i></b> C Quellcode formatieren: <code>Quellcode</code> BASIC Quellcode formatieren: <basic>Quellcode</basic> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! -> I > > The file IntFunc_Lib.cc contains two errors: > > > > The blocks: > > > > #ifdef MEGA32 > > #define PS0_1 1 > > #define PS0_8 2 > > #define PS0_64 3 > > #define PS0_256 4 > > #define PS0_1024 5 > > #endif // MEGA32 > > > > and > > > > #ifdef MEGA128 > > #define PS0_1 1 > > #define PS0_8 2 > > #define PS0_32 3 > > #define PS0_64 4 > > #define PS0_128 5 > > #define PS0_256 6 > > #define PS0_1024 7 > > #endif // MEGA128 > > > > do not compile correctly because of the comments // MEGA32 resp. // MEGA128 in the last lines. > > The result is that the MEGA128 uses the MEGA32 definitions which leads to unexpected results that > > are very hard to debug as I noticed. > > That is not true. I tested it and it worked correctly. Should there be an exceptional case that > leads to problems, please post it here or send it to ccpro@gmx.de. > > Regards > > Peter