We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90ec3a commit 950ba17Copy full SHA for 950ba17
1 file changed
app/payload/control_freak/flight-software/src/5v_ctrl.cpp
@@ -29,7 +29,7 @@ int five_volt_rail_init() {
29
}
30
int ret = gpio_pin_configure_dt(gpio, GPIO_OUTPUT_INACTIVE);
31
if (ret < 0) {
32
- LOG_WRN("Failed to conf %s pin:(", name);
+ LOG_WRN("Failed to conf %s pin :(", name);
33
return ret;
34
35
0 commit comments