We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9226bd1 + 6642d98 commit 07a583aCopy full SHA for 07a583a
src/monitor.h
@@ -6,7 +6,7 @@
6
This Source Code Form is subject to the terms of the Mozilla Public
7
License, v. 2.0. If a copy of the MPL was not distributed with this
8
file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
-
+
10
*/
11
12
#pragma once
@@ -37,7 +37,7 @@ class BridgeMonitor: public Stream {
37
38
using Print::write;
39
40
- bool begin() {
+ bool begin(unsigned long _legacy_baud=0, uint16_t _legacy_config=0) {
41
k_mutex_init(&monitor_mutex);
42
43
bool bridge_started = (*bridge);
0 commit comments