#include #include extern systick_handler _systick_handler; void systick_set_handler(systick_handler handler) { ATOMIC _systick_handler = handler; };