10 lines
No EOL
172 B
C
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 |