Customization.h 533 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Customization.h
  3. *
  4. * Created on: 2025年3月13日
  5. * Author: yejin4
  6. */
  7. #ifndef _CUSTOMIZATION_H_
  8. #define _CUSTOMIZATION_H_
  9. /****************************************
  10. *
  11. * Include
  12. *
  13. ****************************************/
  14. #include "giant_can.h"
  15. /****************************************
  16. *
  17. * Definitions & Macros
  18. *
  19. ****************************************/
  20. #define GIANT_ENABLE 1 //0-标准程序,1-giant定制
  21. #endif /* 3_BASICFUNCTION_INCLUDE_CUSTOMIZATION_H_ */