Subversion Repositories dashGPS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. /*
  2.  * hal.h
  3.  *
  4.  *  Created on: 6 Sep 2020
  5.  *      Author: mike
  6.  */
  7.  
  8. #ifndef CORE_INC_HAL_H_
  9. #define CORE_INC_HAL_H_
  10. // Include platform specific HAL
  11. #include "stm32f1xx_hal.h"
  12.  
  13. // configure serial driver
  14. #define SERIAL_UART1
  15.  
  16.  
  17. #endif /* CORE_INC_HAL_H_ */
  18.