esp-hal icon indicating copy to clipboard operation
esp-hal copied to clipboard

Make `asynch` modules private

Open MabezDev opened this issue 1 year ago • 4 comments

Some drivers have this module public, some don't. Imo now async is enabled by default, we should make these modules private and reexport the relevant public bits.

MabezDev avatar Oct 09 '24 14:10 MabezDev