include/unix/canfestival.h
changeset 384 83793fc7ce48
parent 329 7717252e3ed9
child 391 7802a7d5584f
--- a/include/unix/canfestival.h	Tue Feb 05 10:18:25 2008 +0100
+++ b/include/unix/canfestival.h	Thu Feb 07 10:25:15 2008 +0100
@@ -18,6 +18,7 @@
 UNS8 canSend(CAN_PORT port, Message *m);
 CAN_PORT canOpen(s_BOARD *board, CO_Data * d);
 int canClose(CO_Data * d);
+UNS8 canChangeBaudRate(CAN_PORT port, char* baud);
 
 #ifdef __cplusplus
 };