diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/TestMasterSlave_8h-source.html --- a/doc/doxygen/html/TestMasterSlave_8h-source.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/TestMasterSlave_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 @@ -44,9 +44,9 @@ 00023 //#define eprintf(...) if(0){} 00024 #define eprintf(...) 00025 #else -00026 #define eprintf(...) printf (__VA_ARGS__) +00026 #define eprintf(...) printf (__VA_ARGS__) 00027 #endif -00028 void print_message(Message *m); +00028 void print_message(Message *m); 00029 00030 /*UNS8 canSend(CAN_HANDLE fd0, Message *m);*/ 00031 @@ -79,7 +79,7 @@ 00058 canDispatch(d, &m);\ 00059 } 00060 */ -