macroequ.c 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 "syspar.h"
  26. #include "user.h"
  27. /************************************************************************
  28. Constant Table:
  29. ************************************************************************/
  30. /************************************************************************
  31. Exported Functions:
  32. ************************************************************************/
  33. /************************************************************************
  34. Local Functions: N/A
  35. ************************************************************************/
  36. /************************************************************************
  37. Copyright (c) 2018 Welling Motor Technology(Shanghai) Co. Ltd.
  38. All rights reserved.
  39. ************************************************************************/
  40. #ifdef _MACROEQU_C_
  41. #undef _MACROEQU_C_
  42. #endif
  43. /************************************************************************
  44. End of this File (EOF)!
  45. Do not put anything after this part!
  46. ************************************************************************/