fix Discovery, DugTrace

This commit is contained in:
Mit4el
2024-09-21 11:28:46 +03:00
parent b9c07b809f
commit af0f782f07
17 changed files with 80 additions and 101 deletions

View File

@@ -105,9 +105,9 @@ void TickerScheduler::update()
{
if (this->items[i].is_used)
{
//#ifdef ARDUINO_ARCH_AVR
#if defined ARDUINO_ARCH_AVR || defined LIBRETINY
this->items[i].t.Tick();
//#endif
#endif
handleTicker(this->items[i].cb, this->items[i].cb_arg, &this->items[i].flag);
}