include/can_driver.h
changeset 528 0a30e161d63c
parent 391 7802a7d5584f
child 561 f9be4262c68d
equal deleted inserted replaced
527:7d5c74cc8f91 528:0a30e161d63c
    28 typedef struct struct_s_BOARD s_BOARD;
    28 typedef struct struct_s_BOARD s_BOARD;
    29 
    29 
    30 #include "applicfg.h"
    30 #include "applicfg.h"
    31 #include "can.h"
    31 #include "can.h"
    32 
    32 
       
    33 /** 
       
    34  * @brief The CAN board configuration 
       
    35  * @ingroup can
       
    36  * @{
       
    37  */
    33 struct struct_s_BOARD {
    38 struct struct_s_BOARD {
    34   char * busname;
    39   char * busname;
    35   char * baudrate;
    40   char * baudrate;
    36 };
    41 };
       
    42 /** @} */
    37 
    43 
    38 #ifndef DLL_CALL
    44 #ifndef DLL_CALL
    39 #define DLL_CALL(funcname) funcname##_driver
    45 #define DLL_CALL(funcname) funcname##_driver
    40 #endif
    46 #endif
    41 
    47