10 lines
117 B
C
10 lines
117 B
C
#ifndef USER_MAIN
|
|
#define USER_MAIN
|
|
|
|
#include "main.h"
|
|
#include "tim.h"
|
|
|
|
void user_setup();
|
|
void user_loop();
|
|
|
|
#endif |