-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for PSU firmware update #1934
base: master
Are you sure you want to change the base?
Conversation
} | ||
|
||
fn get_boot_loader_mode(&self) -> Result<BOOT_LOADER_STATUS::Mode, Error> { | ||
Ok(self.get_boot_loader_status()?.get_mode().unwrap()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a comment here explaining that mode
is a 1-bit value, so it's always valid?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks good to me! i had some very minor drive-by suggestions which may or may not be useful.
No description provided.