-
Notifications
You must be signed in to change notification settings - Fork 52
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
minerva-ag: Modify voltage_peak commands #2184
minerva-ag: Modify voltage_peak commands #2184
Conversation
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. (Because this pull request was imported automatically, there will not be any future comments.) |
e12b30f
to
be2aed4
Compare
@LisaChang-Quanta has updated the pull request. You must reimport the pull request before landing. |
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 also needs to be rebased before we can approve
snprintf(rail_string, sizeof(rail_string), "%s", argv[1]); | ||
|
||
if (strcmp(rail_string, "all") == 0) { | ||
if (strcmp(argv[1], "all") == 0) { |
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.
nit: this should follow the style from above if it's being changed !strcmp
be2aed4
to
e1907eb
Compare
@LisaChang-Quanta has updated the pull request. You must reimport the pull request before landing. |
e1907eb
to
da5dab4
Compare
@LisaChang-Quanta has updated the pull request. You must reimport the pull request before landing. |
da5dab4
to
060c51b
Compare
@LisaChang-Quanta has updated the pull request. You must reimport the pull request before landing. |
Summary: - Modify voltage_peak commands with parameter hint - Delete plat_voltage_peak_shell.h file Test Plan: - Build code: PASS
060c51b
to
8cb0bda
Compare
@LisaChang-Quanta has updated the pull request. You must reimport the pull request before landing. |
This pull request has been merged in d4d5f32. |
Summary:
Test Plan: