Blame |
Last modification |
View Log
| Download
| RSS feed
/*
* hal.h
*
* Created on: 6 Sep 2020
* Author: mike
*/
#ifndef CORE_INC_HAL_H_
#define CORE_INC_HAL_H_
// Include platform specific HAL
#include "stm32f1xx_hal.h"
// configure serial driver
#define SERIAL_UART1
#endif /* CORE_INC_HAL_H_ */