mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fix include
This commit is contained in:
parent
c5c761aec5
commit
2ee76e2923
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ e-mail : support@circuitsathome.com
|
|||
#define _Max_LCD_h_
|
||||
|
||||
#include "Usb.h"
|
||||
#include "Print.h"
|
||||
#include <Print.h>
|
||||
|
||||
// commands
|
||||
#define LCD_CLEARDISPLAY 0x01
|
||||
|
|
Loading…
Reference in a new issue