Skip to content

Commit a74cd88

Browse files
committedSep 16, 2020
remove SerialTTL.end()
1 parent fa8742a commit a74cd88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎examples/simple_daplink/simple_daplink.ino

-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ void loop() {
127127
// put your main code here, to run repeatedly:
128128
baud = Serial.baud();
129129
if (baud != old_baud) {
130-
SerialTTL.end();
131130
SerialTTL.begin(baud);
132131
while (!SerialTTL);
133132
old_baud = baud;

0 commit comments

Comments
 (0)