Trice0( variable ); // invalid use Trice0( "text %u", variable ); // invalid use Will cause that the next Trices will be ignored or not updated. (also if Trice0 are // commented) See also: https://github.com/rokath/trice/issues/464
Trice0( variable ); // invalid use
Trice0( "text %u", variable ); // invalid use
Will cause that the next Trices will be ignored or not updated.
(also if Trice0 are // commented)
See also: #464