#ifndef __HAL_CLOCKSOURCE_H__ #define __HAL_CLOCKSOURCE_H__ // no necessary for stm32, it is done in system startup #define hal_clocksource_init() {} #endif // __HAL_CLOCKSOURCE_H__