11 lines
105 B
C
11 lines
105 B
C
|
#include "user_main.h"
|
||
|
|
||
|
void user_setup ()
|
||
|
{
|
||
|
HAL_TIM_Base_Start_IT(&htim4);
|
||
|
}
|
||
|
|
||
|
void user_loop ()
|
||
|
{
|
||
|
|
||
|
}
|