You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing the compiling code with the comment // and with the comment // on a single line the result is different than commenting // on multiple lines, eg. :
/*
Do something
*/
The result of the compilation in bytes is different, as if the multi line comment would include the code in the comment. I reported the problem with more details testing on this link of the forum (in Italian): http://arduino.cc/forum/index.php/topic,150320.0.html
Thanks
The text was updated successfully, but these errors were encountered:
I noticed a similar issue :
Below code does not run, if I completely remove the commented out section with the includes, then it will run normal ??
#include <Arduino.h>
/*
#include "awl.h"
#include "rdcnet.h"
Testing the compiling code with the comment // and with the comment // on a single line the result is different than commenting // on multiple lines, eg. :
/*
Do something
*/
The result of the compilation in bytes is different, as if the multi line comment would include the code in the comment. I reported the problem with more details testing on this link of the forum (in Italian): http://arduino.cc/forum/index.php/topic,150320.0.html
Thanks
The text was updated successfully, but these errors were encountered: