#ifndef __Timer2_H__
# define __Timer2_H__

#include <RB_TIM.h>
#include <RB.h>
#include <RB_RCC.h>

void TIM2_init (void);

#endif

