/************************************************************************ Project: Welling Motor Control Paltform Filename: tbt.c Partner Filename: tbt.h Description: Time base for system tick Complier: IAR Embedded Workbench for ARM 7.80.4 CPU TYPE : GD32F3x0 ************************************************************************* Copyright (c) 2018 Welling Motor Technology(Shanghai) Co. Ltd. All rights reserved. ************************************************************************* ************************************************************************* Revising History (ECL of this file): ************************************************************************/ /************************************************************************ Beginning of File, do not put anything above here except notes Compiler Directives: ************************************************************************/ #ifndef _TBT_C_ #define _TBT_C_ #endif /************************************************************************ Include File ************************************************************************/ #include "syspar.h" #include "user.h" #include "FSM_1st.h" #include "FSM_2nd.h" /************************************************************************ Constant Table: ************************************************************************/ /************************************************************************ Exported Functions: ************************************************************************/ /************************************************************************ Function: Description: Call by: Input Variables: Output/Return Variables: Subroutine Call: Reference: ************************************************************************/ void tbt_voIsr(void) {} /************************************************************************ Local Functions: N/A ************************************************************************/ /************************************************************************ Copyright (c) 2018 Welling Motor Technology(Shanghai) Co. Ltd. All rights reserved. ************************************************************************/ #ifdef _TBT_C_ #undef _TBT_C_ #endif /************************************************************************ End of this File (EOF)! Do not put anything after this part! ************************************************************************/