From af8ff1d1e0ffd71deee03fe7f17423f8bf22be00 Mon Sep 17 00:00:00 2001 From: Alarus Date: Tue, 14 Aug 2012 19:55:13 +0600 Subject: [PATCH] Update hardware/arduino/cores/arduino/HardwareSerial.cpp New Serial.begin(baud, config); --- cores/arduino/HardwareSerial.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cores/arduino/HardwareSerial.cpp b/cores/arduino/HardwareSerial.cpp index 2d6d25f..1ae90c3 100644 --- a/cores/arduino/HardwareSerial.cpp +++ b/cores/arduino/HardwareSerial.cpp @@ -495,3 +495,4 @@ HardwareSerial::operator bool() { #endif #endif // whole file +