hal_conf.h 221 B

1234567891011
  1. #ifndef __HAL_CONF_H
  2. #define __HAL_CONF_H
  3. #include "hal_can.h"
  4. #include "hal_flash.h"
  5. #include "hal_gpio.h"
  6. #include "hal_i2c1.h"
  7. #include "hal_pwm.h"
  8. #include "hal_systick.h"
  9. #include "hal_uart.h"
  10. #endif // __APP_TASK_H