demotask.h 650 B

123456789101112131415161718192021
  1. /*
  2. *********************************************************************************************************
  3. * xmk guide
  4. * huali xmk guide process
  5. *
  6. * (c) Copyright 2016-2021, hualijidian.com
  7. * All Rights Reserved
  8. *
  9. * File : DemoTask.h
  10. * By : yxb
  11. * Version : V0.0.1
  12. *********************************************************************************************************
  13. */
  14. #ifndef __DEMOTASK_H
  15. #define __DEMOTASK_H
  16. //#include "sys.h"
  17. void Demo_Task(void);
  18. #endif