tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
599 stars 188 forks source link

apds9960: fix compile by removing unused import #471

Closed ajanata closed 1 year ago

ajanata commented 1 year ago

The apds9960 package does not compile because it has an unused import. This change simply removes that unused import.

deadprogram commented 1 year ago

Thank you for the fix @ajanata now merging!