Volatile
Using volatile structures where needed, because of multi-threading. Now there are no problems, but some may occur in the future because volatile
is not always propagated in all functions.
Using volatile structures where needed, because of multi-threading. Now there are no problems, but some may occur in the future because volatile
is not always propagated in all functions.