From 0d96a4318a5bd3735590cd741ab86d50aa592531 Mon Sep 17 00:00:00 2001 From: Jens Breidenstein Date: Mon, 8 Jun 2020 20:35:24 +0200 Subject: [PATCH] fixing compile error with newest Arduino update an update on MEGA AVR caused compile errors using this library. Explicitly stating the namespace fixes the issue --- LiquidCrystal_I2C.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LiquidCrystal_I2C.h b/LiquidCrystal_I2C.h index 20a0d8c..c5df228 100644 --- a/LiquidCrystal_I2C.h +++ b/LiquidCrystal_I2C.h @@ -57,7 +57,7 @@ * The backlight is on by default, since that is the most likely operating mode in * most cases. */ -class LiquidCrystal_I2C : public Print { +class LiquidCrystal_I2C : public arduino::Print { public: /** * Constructor