include/AVR/canfestival.h
changeset 384 83793fc7ce48
parent 375 03fb0bfccc1f
child 414 d6d31c35676b
equal deleted inserted replaced
383:7d8afedb8769 384:83793fc7ce48
    28 #include "applicfg.h"
    28 #include "applicfg.h"
    29 
    29 
    30 // ---------  to be called by user app ---------
    30 // ---------  to be called by user app ---------
    31 void initTimer(void);
    31 void initTimer(void);
    32 UNS8 canSend(CAN_PORT notused, Message *m);
    32 UNS8 canSend(CAN_PORT notused, Message *m);
       
    33 UNS8 canChangeBaudRate(CAN_PORT port, char* baud);
    33 
    34 
    34 #endif
    35 #endif