ardupilot icon indicating copy to clipboard operation
ardupilot copied to clipboard

fix: baro same driver multi-definition issues:20887

Open HefnySco opened this issue 2 years ago • 0 comments

This is a proposed fix for this issue https://github.com/ArduPilot/ardupilot/issues/20887

The fix checks that there is no baro driver already allocated on the same type/bus/address, and if found then it does not create it.

HefnySco avatar Jun 12 '22 02:06 HefnySco