cmvr_head/packages/erpc-1.14.0/test/common/unit_test_common.erpc

6 lines
106 B
Plaintext
Raw Normal View History

2025-12-30 15:44:41 +08:00
@group("unit_test_common")
@id(0)
interface Common {
oneway quit()
getServerAllocated() -> int32
}