20 lines
413 B
YAML
20 lines
413 B
YAML
|
|
---
|
||
|
|
name: C/Py import
|
||
|
|
desc: C/Py import test is the same.
|
||
|
|
idl: |
|
||
|
|
import "imports/test2.erpc"
|
||
|
|
|
||
|
|
c_test_client.h:
|
||
|
|
- void hello1(int32_t a);
|
||
|
|
- void hello2(int32_t a);
|
||
|
|
- void hello3(int32_t a);
|
||
|
|
- void hello4(int32_t a);
|
||
|
|
- void hello5(int32_t a);
|
||
|
|
|
||
|
|
c_test_server.h:
|
||
|
|
- void hello1(int32_t a);
|
||
|
|
- void hello2(int32_t a);
|
||
|
|
- void hello3(int32_t a);
|
||
|
|
- void hello4(int32_t a);
|
||
|
|
- void hello5(int32_t a);
|