123456789101112131415161718192021222324252627 |
- /*
- * Customization.h
- *
- * Created on: 2025年3月13日
- * Author: yejin4
- */
- #ifndef _CUSTOMIZATION_H_
- #define _CUSTOMIZATION_H_
- /****************************************
- *
- * Include
- *
- ****************************************/
- #include "giant_can.h"
- /****************************************
- *
- * Definitions & Macros
- *
- ****************************************/
- #define GIANT_ENABLE 1 //0-标准程序,1-giant定制
- #endif /* 3_BASICFUNCTION_INCLUDE_CUSTOMIZATION_H_ */
|