app_config.h 138 B

123456789101112
  1. #ifndef __APP_CONFIG_H__
  2. #define __APP_CONFIG_H__
  3. /**
  4. * 包括了应用的一些管脚重定义,参数类型定义等
  5. */
  6. #endif