Eclipse-IoT / eclipsecon-2022-hackathon

Firmware, application and documentation for the hackathon
7 stars 7 forks source link

Use explicit imports for btmesh_nrf_software #25

Closed danbev closed 1 year ago

danbev commented 1 year ago

This commit add an explicit import/use for btmesh_nrf_software::Driver.

The motivation for this is that for someone new it might not be obvious which crate the Driver used in main comes from.