Suwmiarka/Soft/Suwmiarka/systick.h

13 lines
170 B
C

#ifndef __SYSTICK_H
#define __SYSTICK_H
#include "stm32f10x.h"
//------makra---------//
#define SYSTICK_Init(X) (SysTick_Config(SystemCoreClock / 1000*(X)))
#endif