[RESOLVED] cannot set pin 13 mode when using while (!SerialUSB) in setup

Ahh, duh. That makes sense. I am using native USB in production and programming in development. I was under the impression it was waiting for initialization of the internal controller and not an actual connection to an end-point/host. Makes perfect sense. Thank you very much!