Skip to content

Commit f408f8d

Browse files
committed
swapping rpmsg inheritance
Signed-off-by: Cervenka Dusan <[email protected]>
1 parent db2aa87 commit f408f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erpc_c/transports/erpc_rpmsg_lite_transport.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace erpc {
4141
*
4242
* @ingroup rpmsg_lite_transport
4343
*/
44-
class RPMsgTransport : public RPMsgBase, public Transport
44+
class RPMsgTransport : public Transport, public RPMsgBase
4545
{
4646
public:
4747
/*!

0 commit comments

Comments
 (0)