/*
 * Copyright (c) 2023 Juan Manuel Cruz <jcruz@fi.uba.ar> <jcruz@frba.utn.edu.ar>.
 *
 * See file `LICENSE` for full details
 */


#ifndef SYSTIC_INC_SYSTIC_H_
#define SYSTIC_INC_SYSTIC_H_

#ifdef __cplusplus
extern "C" {
#endif

void systick_delay_us(uint32_t delay_us);

#ifdef __cplusplus
}
#endif

#endif /* SYSTIC_INC_SYSTIC_H_ */
