group.h 126 B

12345678
  1. #ifndef __GROUP_H_
  2. #define __GROUP_H_
  3. #include "main.h"
  4. PT_THREAD (ptGroupTask(pt_timer_t *ptPool, struct pt *pt));
  5. #endif