1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-20 21:18:26 +02:00

Improve phrasing of comment (#609)

Some people interpreted the previous comment as meaning the RTC itself needed to be initialised or started somehow, but this is not the case.
This commit is contained in:
Andrew Walbran 2023-05-04 15:08:44 +01:00 committed by GitHub
parent cce3fff0d0
commit 93c1c814c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ directory for the following files.
{{#include rtc/src/main.rs:main}}
// TODO: Initialise RTC and print value.
// TODO: Create instance of RTC driver and print current time.
// TODO: Wait for 3 seconds.