diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/TestMasterMicroMod_8h-source.html --- a/doc/doxygen/html/TestMasterMicroMod_8h-source.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/TestMasterMicroMod_8h-source.html Mon Jul 16 08:56:03 2007 +0200 @@ -18,7 +18,7 @@
00001 /* 00002 This file is part of CanFestival, a library implementing CanOpen Stack. 00003 @@ -43,7 +43,7 @@ 00022 #ifdef USE_XENO 00023 #define eprintf(...) 00024 #else -00025 #define eprintf(...) printf (__VA_ARGS__) +00025 #define eprintf(...) printf (__VA_ARGS__) 00026 #endif 00027 //void print_message(Message *m); 00028 @@ -78,7 +78,7 @@ 00057 canDispatch(d, &m);\ 00058 } 00059 */ -