From 7c80485de554c4f744e50276f29ec65437e0c353 Mon Sep 17 00:00:00 2001 From: Guillaume Binet Date: Tue, 25 Jun 2024 23:13:56 -0500 Subject: [PATCH] Compilation test --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 83bfefe63..fa3515013 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,5 @@ fn main() { debug!("Running... starting clock: {}.", mytime = clock.now()); // this will be indexed as "mytime" in the main datalogger application.run().expect("Failed to run application."); } - - ``` +