diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/interrupts_8h-source.html --- a/doc/doxygen/html/interrupts_8h-source.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/interrupts_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 @@ -73,13 +73,13 @@ 00052 /* For ROM-boards, interrupts are in ROM and are not installed 00053 at run time. Implementation is empty. */ 00054 extern inline void -00055 set_interrupt_handler (interrupt_vector_id id ATTRIBUTE_UNUSED, +00055 set_interrupt_handler (interrupt_vector_id id ATTRIBUTE_UNUSED, 00056 interrupt_t handler ATTRIBUTE_UNUSED) 00057 { 00058 } 00059 00060 #endif -