Projet_Voilier/Services/Systick.h
2025-12-04 12:47:34 +01:00

10 lines
No EOL
172 B
C

#ifndef SYSTICK_H
#define SYSTICK_H
/**
* @brief Initialise le systick pour générer une interruption toutes les ms
* @param aucun
*/
void MySystick_Init(void);
#endif