14 lines
341 B
C
14 lines
341 B
C
/**
|
|
* @file include/di/can/net/defines.h
|
|
* @brief DI-Net CAN network maintanance types
|
|
* @date Jul 12, 2016
|
|
* @author jjacobs
|
|
* @copyright 2016 Dual Inventive Technology Centre B.V.
|
|
*
|
|
* descr
|
|
*/
|
|
#ifndef LIBDI_INCLUDE_DI_CAN_NET_DEFINES_H_
|
|
#define LIBDI_INCLUDE_DI_CAN_NET_DEFINES_H_
|
|
|
|
#endif /* LIBDI_INCLUDE_DI_CAN_NET_DEFINES_H_ */
|