semf
stm32f4systick.cpp
Go to the documentation of this file.
1
11
12#if defined(STM32F4)
13extern "C"
14void HAL_SYSTICK_Callback()
15{
16 semf::Stm32F4Systick::isr();
17}
18#endif