You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rtc.rs
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -178,11 +178,7 @@ impl<'r> RtcNvram<'r> {
178
178
/// Dumps the current contents of all NVRAM storage cells into an array.
179
179
/// This is primarily useful for integrity checks and is NOT intended as a replacement for accessing individual cells via `storage()` and calling `read()` on them.
0 commit comments