platformio / platform-atmelmegaavr

Atmel megaAVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelmegaavr
Apache License 2.0
29 stars 22 forks source link

Fix millis for all tinyAVR-2 targets #39

Closed MCUdude closed 2 years ago

MCUdude commented 2 years ago

Timer TCD0 doesn't exist on these parts. Use the default megaTinyCore timer instead, TCB1.

valeros commented 2 years ago

Thanks!