From b6a17f598997d45535732c5ee4db88736d631cc5 Mon Sep 17 00:00:00 2001 From: "rjbatista@gmail.com" Date: Mon, 14 Nov 2011 11:18:17 +0000 Subject: [PATCH] ISSUE #5: Correction of string library import --- TM1638.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TM1638.cpp b/TM1638.cpp index d17fdc0..ec091e5 100644 --- a/TM1638.cpp +++ b/TM1638.cpp @@ -20,7 +20,7 @@ along with this program. If not, see . #include "WProgram.h" #include "TM1638.h" -#include "String.h" +#include "string.h" TM1638::TM1638(byte dataPin, byte clockPin, byte strobePin, boolean activateDisplay, byte intensity) {