From 63d3b78538e2e40bd199ee771bcdf9413e542319 Mon Sep 17 00:00:00 2001 From: axtloss Date: Sat, 17 Feb 2024 19:07:53 +0100 Subject: Multithread fsverify --- fsverify-paper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fsverify-paper.md') diff --git a/fsverify-paper.md b/fsverify-paper.md index b68728f..1bba029 100644 --- a/fsverify-paper.md +++ b/fsverify-paper.md @@ -119,8 +119,8 @@ An (unsafe) example using an arduino can look like this: // fsverify-serial.ino void setup() { - Serial.setup(9600) // set up a serial tty with the baud rate 9600 - Serial.print("\tpublic key\t") // Write the public key to the tty + Serial.begin(9600); // set up a serial tty with the baud rate 9600 + Serial.print("\tpublic key\t"); // Write the public key to the tty } void loop() {} -- cgit v1.2.3