removed unused union
This commit is contained in:
parent
d378575a68
commit
282ff6c577
1 changed files with 0 additions and 5 deletions
|
@ -291,11 +291,6 @@ CardReader card;
|
|||
unsigned long PingTime = millis();
|
||||
unsigned long NcTime;
|
||||
|
||||
union Data
|
||||
{
|
||||
byte b[2];
|
||||
int value;
|
||||
};
|
||||
|
||||
//used for PINDA temp calibration and pause print
|
||||
#define DEFAULT_RETRACTION 1
|
||||
|
|
Loading…
Reference in a new issue