aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/CDC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cores/arduino/CDC.cpp')
-rw-r--r--cores/arduino/CDC.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cores/arduino/CDC.cpp b/cores/arduino/CDC.cpp
index 53f86f8..e1e859d 100644
--- a/cores/arduino/CDC.cpp
+++ b/cores/arduino/CDC.cpp
@@ -134,6 +134,10 @@ void Serial_::begin(unsigned long baud_count)
{
}
+void Serial_::begin(unsigned long baud_count, byte config)
+{
+}
+
void Serial_::end(void)
{
}