This replaces the printf statement in the timer callback with fmt-based printing and a single puts. This is less heavy on the stack usage than printf, making this test a bit easier to digest on the smaller platforms.
This replaces the printf statement in the timer callback with fmt-based printing and a single puts. This is less heavy on the stack usage than printf, making this test a bit easier to digest on the smaller platforms.