test.h 117 B

123456
  1. #ifndef TEST_H
  2. #define TEST_H
  3. extern THD_WORKING_AREA(waThread1, 128);
  4. THD_FUNCTION(Thread1, arg);
  5. #endif // TEST_H