On 12/01/2015 13:00, Pavel Dovgalyuk wrote: > + > +volatile unsigned int replay_data_kind = -1; > +volatile unsigned int replay_has_unread_data; > +
Why does this have to be volatile? Paolo
On 12/01/2015 13:00, Pavel Dovgalyuk wrote: > + > +volatile unsigned int replay_data_kind = -1; > +volatile unsigned int replay_has_unread_data; > +
Why does this have to be volatile? Paolo