master_example.h 100 B

123456
  1. #ifndef _MASTER_EXAMPLE_H
  2. #define _MASTER_EXAMPLE_H
  3. void iec_master_test(void const* arg);
  4. #endif