Files
Maison/OpenSky/arch/rasp/hal_clocksource.h
2026-04-21 12:19:15 +02:00

8 lines
184 B
C

#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__