- /**********************************************************************
- *id.h
- *
- ***********************************************************************/
- #ifndef __ID_H
- #define __ID_H
- unsigned char GetRandBySTM32ID(void);
- #endif
- /**********************************************************************/
|