15 lines
160 B
C
15 lines
160 B
C
#ifndef MYCANBUSDEAL_H
|
|
#define MYCANBUSDEAL_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
#include "main.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // MYEDGE_AI_APP_H
|