Fix check for include LiquidCrystalRus.h

This commit is contained in:
Sergey Taranenko
2012-10-13 00:29:34 +04:00
parent cfc193cdac
commit efcc28d347
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
#define ULTRALCD_H
#include "Marlin.h"
#ifdef ULTRA_LCD
#include "language.h"
#if LANGUAGE_CHOICE == 6
#include "LiquidCrystalRus.h"
#else