cmvr_head/applications/erpc/proto/head_service.erpc

3 lines
55 B
Plaintext
Raw Normal View History

2025-12-24 18:28:20 +08:00
interface demo {
add(int32 a, int32 b) -> int32
};