From e1dbe688e9a5cfca52685e13547d0cf1f83d8574 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Mon, 24 Oct 2011 16:53:41 -0400 Subject: [PATCH] NewSoftSerial -> SoftwareSerial in keywords.txt. http://code.google.com/p/arduino/issues/detail?id=640 --- libraries/SoftwareSerial/keywords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SoftwareSerial/keywords.txt b/libraries/SoftwareSerial/keywords.txt index 90d4c152d..6b3e3ce70 100755 --- a/libraries/SoftwareSerial/keywords.txt +++ b/libraries/SoftwareSerial/keywords.txt @@ -6,7 +6,7 @@ # Datatypes (KEYWORD1) ####################################### -NewSoftSerial KEYWORD1 +SoftwareSerial KEYWORD1 ####################################### # Methods and Functions (KEYWORD2)