header file simplification
This commit is contained in:
parent
212515148e
commit
3c1a4aac2b
13 changed files with 20 additions and 31 deletions
|
|
@ -1,9 +1,8 @@
|
|||
#ifndef __ULTRALCDH
|
||||
#define __ULTRALCDH
|
||||
#include "Configuration.h"
|
||||
#include "Marlin.h"
|
||||
#ifdef ULTRA_LCD
|
||||
|
||||
#include <LiquidCrystal.h>
|
||||
void lcd_status();
|
||||
void lcd_init();
|
||||
void lcd_status(const char* message);
|
||||
|
|
@ -15,7 +14,7 @@
|
|||
#define STATUSTIMEOUT 15000
|
||||
|
||||
|
||||
#include <LiquidCrystal.h>
|
||||
|
||||
extern LiquidCrystal lcd;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue