hal_conf.h 201 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_systick.h"
  8. #include "hal_uart.h"
  9. #endif // __APP_TASK_H