mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Don't override if already defined
This commit is contained in:
parent
687187d3a0
commit
7d76a42a13
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue