1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- /************************************************************************************************************
- ** FileName: hw_config.h
- ** Description:
- ** Major Function:
- **
- --------------------------------------------------------------------------------------------------------
- ** Software:
- ** Hareware:
- **
- ** Company: NGDS
- --------------------------------------------------------------------------------------------------------
- ** Modified:
- ** Author Date Comment
- ________________________________________________________________________________________________________
- ** Cai 2020-03-26 Original
- **
- **
- ************************************************************************************************************/
- #ifndef HW_CONFIG_H
- #define HW_CONFIG_H
- /*******************************************************************************************************************
- ** Hardware Defined
- ********************************************************************************************************************/
- #define PY32F002B
- /*******************************************************************************************************************
- ** Parameters
- ********************************************************************************************************************/
- #define DEBUGEN 1
- #define TEST 1 //测试
- #if TEST
-
- #endif
- #endif
|