Don't override if already defined

This commit is contained in:
Andrew J. Kroll 2013-06-17 15:01:10 -04:00
parent 687187d3a0
commit 7d76a42a13

View file

@ -23,7 +23,9 @@ e-mail : support@circuitsathome.com
#include <WProgram.h>
#endif
#ifndef USB_HOST_SERIAL
#define USB_HOST_SERIAL Serial
#endif
void E_Notifyc(char c, int lvl);