anglerud / aht20-driver

Embedded-hal driver for the AHT20 temperature and humidity sensor.
Apache License 2.0
9 stars 4 forks source link

dfmt linker error #9

Open nvankessel opened 1 year ago

nvankessel commented 1 year ago

I was unable to use this crate because the use of defmt in the lib.rs is giving linker errors. I removed all defmt calls in the lib.rs and then I could build the project.

can this be the possible problem: https://ferrous-systems.com/blog/defmt-rtt-linker-error/

anglerud commented 1 year ago

Thank you for the report, and the link - that definitely looks very relevant! I shall take a look by the weekend and try to fix this up!

paologaleotti commented 4 months ago

any info? i still have this issue