File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ use core::{
6464 fmt:: Write ,
6565 ptr:: { addr_of, addr_of_mut} ,
6666 sync:: atomic:: { AtomicBool , AtomicU32 , Ordering } ,
67- u32,
6867} ;
6968
7069// Third Party Stuff
@@ -1704,9 +1703,9 @@ pub extern "C" fn serial_read(
17041703/// Gregorian calendar. It simply stores time as an incrementing number of
17051704/// seconds since some epoch, and the number of milliseconds since that second
17061705/// began. A day is assumed to be exactly 86,400 seconds long. This is a lot
1707- /// like POSIX time, except we have a different epoch
1708- /// - the Neotron epoch is 2000-01-01T00:00:00Z. It is highly recommend that you
1709- /// store UTC in the BIOS and use the OS to handle time-zones.
1706+ /// like POSIX time, except we have a different epoch - the Neotron epoch is
1707+ /// 2000-01-01T00:00:00Z. It is highly recommend that you store UTC in the BIOS
1708+ /// and use the OS to handle time-zones.
17101709///
17111710/// If the BIOS does not have a battery-backed clock, or if that battery has
17121711/// failed to keep time, the system starts up assuming it is the epoch.
You can’t perform that action at this time.
0 commit comments