10 lines
184 B
C
10 lines
184 B
C
#ifndef INCLUDE_LIBDI_PHP_H_
|
|
#define INCLUDE_LIBDI_PHP_H_
|
|
|
|
#define PHP_DI_PHP_EXTNAME "di"
|
|
#define PHP_DI_CAN_RECV_TIMEOUT_MS 100U
|
|
|
|
#include "Can.h"
|
|
|
|
#endif /* INCLUDE_LIBDI_PHP_H_ */
|