trice
trice copied to clipboard
SingleTricesRingCount multi task protection on TriceTransfer function
SingleTricesRingCount is protected by TRICE_ENTER_CRITICAL_SECTION but on TriceTransfer function, SingleTricesRingCount--; is not protected.
It could happen that the variable is accessed at same time.
Should this be guarded too?