User_Test1.h
上传用户:zbk8730
上传日期:2017-08-10
资源大小:12168k
文件大小:0k
源码类别:

uCOS

开发平台:

C/C++

  1. #ifndef __USER_TEST1_H__
  2. #define __USER_TEST1_H__
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. void User_Test1(void);
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif /*__USER_TEST1_H__*/