slave_example.h 98 B

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