12345678910111213141516171819 |
- /*
- *********************************************************************************************************
- * xmk guide
- * huali xmk guide process
- *
- * (c) Copyright 2016-2020, hualijidian.com
- * All Rights Reserved
- *
- * File : status.h
- * By : Eric
- * Version : V0.0.1
- *********************************************************************************************************
- */
- #ifndef __STATUS_H_
- #define __STATUS_H_
- #include <stdint.h>
- #endif /* __STATUS_H_ */
|