Skip to content

Commit 0493918

Browse files
committed
Fix MKRWANFWUpdate sketch for samd core > 1.8.9
This **should** be analyzed and fixed at core level
1 parent cbc9695 commit 0493918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/MKRWANFWUpdate_standalone/MKRWANFWUpdate_standalone.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void setup() {
5353

5454
Serial.println("Press a key to start FW update");
5555
port.open(&port);
56-
port.flush(&port);
56+
//port.flush(&port);
5757

5858
stm = stm32_init(&port, 1);
5959

0 commit comments

Comments
 (0)