Fix error

This commit is contained in:
marcelb 2024-03-28 19:30:31 +01:00
parent 9ce28309b1
commit 8ce071fd57

View File

@ -175,11 +175,13 @@ class rotor {
}; };
}
/** /**
* It is intended that there is only one global declaration * It is intended that there is only one global declaration
*/ */
static rotor _rotor; static rotor _rotor;
}
/** /**
* Core class for pure async timer functions * Core class for pure async timer functions