|
Purpose of the _SIMULATOR macro?
What is the purpose of the _SIMULATOR macro in this segment of code from main() in the default code? From what I can tell, all it does is prevent anything from happening inside the while loop, which would be rather useless. So, why is it there?
|