From 75452a3fa426a9fcd7901033a2b2c33e1d0a1430 Mon Sep 17 00:00:00 2001 From: DULAC Philippe Date: Tue, 6 Feb 2024 16:18:37 +0100 Subject: [PATCH] Add files via upload --- Adafruit_LEDBackpack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_LEDBackpack.cpp b/Adafruit_LEDBackpack.cpp index b5f74bf..e2a2c3c 100644 --- a/Adafruit_LEDBackpack.cpp +++ b/Adafruit_LEDBackpack.cpp @@ -636,7 +636,7 @@ void Adafruit_BicolorMatrix::drawPixel(int16_t x, int16_t y, uint16_t color) { Adafruit_7segment::Adafruit_7segment(void) { position = 0; } -void Adafruit_7segment::print(const String& c) { write(c.c_str(), c.length()); } +void Adafruit_7segment::print(const String &c) { write(c.c_str(), c.length()); } void Adafruit_7segment::print(const char c[]) { write(c, strlen(c)); }