#ifndef USER_MAIN #define USER_MAIN #include "main.h" #include "tim.h" void user_setup(); void user_loop(); #endif