include.h 215 B

123456789101112131415
  1. #ifndef _INCLUDE_H
  2. #define _INCLUDE_H
  3. #define A_CONTROL 1
  4. #include "global.h"
  5. #include "xcfg.h"
  6. #include "config.h"
  7. //API头文件
  8. #include "api.h"
  9. //bsp头文件
  10. #include "bsp.h"
  11. #endif // _INCLUDE_H