Skip to content

Fix redefinition of typedef 'QrtrBus'

typedef QrtrBus is being defined twice, once in qrtr-node and another in qrtr-bus. Remove the one in qrtr-bus to avoid compilation warnings.

Merge request reports