aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/CDC.cpp
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2014-04-20 23:08:55 +0200
committerCristian Maglie <c.maglie@bug.st>2014-04-20 23:08:55 +0200
commitb9f95980c7412900722397298a93d1143ad31032 (patch)
tree8e0797d40eee8b4eb594cef35a60ca806675b358 /cores/arduino/CDC.cpp
parent15d74b2530806c9ebef1160b534d7924490b00f7 (diff)
Fixed other trivial warnings in AVR USB core.
See #1877
Diffstat (limited to 'cores/arduino/CDC.cpp')
-rw-r--r--cores/arduino/CDC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cores/arduino/CDC.cpp b/cores/arduino/CDC.cpp
index a691306..aa1275d 100644
--- a/cores/arduino/CDC.cpp
+++ b/cores/arduino/CDC.cpp
@@ -115,11 +115,11 @@ bool WEAK CDC_Setup(Setup& setup)
int _serialPeek = -1;
-void Serial_::begin(unsigned long baud_count)
+void Serial_::begin(unsigned long /* baud_count */)
{
}
-void Serial_::begin(unsigned long baud_count, byte config)
+void Serial_::begin(unsigned long /* baud_count */, byte /* config */)
{
}