hw_config.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /************************************************************************************************************
  2. ** FileName: hw_config.h
  3. ** Description:
  4. ** Major Function:
  5. **
  6. --------------------------------------------------------------------------------------------------------
  7. ** Software:
  8. ** Hareware:
  9. **
  10. ** Company: NGDS
  11. --------------------------------------------------------------------------------------------------------
  12. ** Modified:
  13. ** Author Date Comment
  14. ________________________________________________________________________________________________________
  15. ** Cai 2020-03-26 Original
  16. **
  17. **
  18. ************************************************************************************************************/
  19. #ifndef HW_CONFIG_H
  20. #define HW_CONFIG_H
  21. /*******************************************************************************************************************
  22. ** Hardware Defined
  23. ********************************************************************************************************************/
  24. #define PY32F002B
  25. /*******************************************************************************************************************
  26. ** Parameters
  27. ********************************************************************************************************************/
  28. #define DEBUGEN 1
  29. #define TEST 1 //测试
  30. #if TEST
  31. #endif
  32. #endif