itsanjan / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

SoftwareSerial keywords.txt still says NewSoftSerial #640

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using the Arduino IDE, #include <SoftwareSerial.h>, then create an instance 
of SoftwareSerial.

What is the expected output? What do you see instead?

SoftwareSerial should be highlighted as a keyword. It's not.

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?

Arduino 1.x. (Any platform, any board.)

Please provide any additional information below.

The fix is simple. Just replace "NewSoftSerial" with "SoftwareSerial" in 
.../SoftwareSerial/keywords.txt.

Original issue reported on code.google.com by aboogie...@gmail.com on 13 Sep 2011 at 3:39

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 13 Sep 2011 at 5:22

GoogleCodeExporter commented 9 years ago
https://github.com/arduino/Arduino/commit/e1dbe688e9a5cfca52685e13547d0cf1f83d85
74

Original comment by dmel...@gmail.com on 24 Oct 2011 at 8:54