macroequ.c 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /************************************************************************
  2. Project: Welling Motor Control Paltform
  3. Filename: macroequ.c
  4. Partner Filename: macroequ.h
  5. Description: Macro definition
  6. Complier: IAR Embedded Workbench for ARM 7.80.4
  7. CPU TYPE : GD32F3x0
  8. *************************************************************************
  9. Copyright (c) 2018 Welling Motor Technology(Shanghai) Co. Ltd.
  10. All rights reserved.
  11. *************************************************************************
  12. *************************************************************************
  13. Revising History (ECL of this file):
  14. ************************************************************************/
  15. /************************************************************************
  16. Beginning of File, do not put anything above here except notes
  17. Compiler Directives:
  18. ************************************************************************/
  19. #ifndef _MACROEQU_C_
  20. #define _MACROEQU_C_
  21. #endif
  22. /************************************************************************
  23. Include File
  24. ************************************************************************/
  25. #include "user.h"
  26. /************************************************************************
  27. Constant Table:
  28. ************************************************************************/
  29. /************************************************************************
  30. Exported Functions:
  31. ************************************************************************/
  32. /************************************************************************
  33. Local Functions: N/A
  34. ************************************************************************/
  35. /************************************************************************
  36. Copyright (c) 2018 Welling Motor Technology(Shanghai) Co. Ltd.
  37. All rights reserved.
  38. ************************************************************************/
  39. #ifdef _MACROEQU_C_
  40. #undef _MACROEQU_C_
  41. #endif
  42. /************************************************************************
  43. End of this File (EOF)!
  44. Do not put anything after this part!
  45. ************************************************************************/