Skip to content

Commit 950ba17

Browse files
authored
Spacing
1 parent a90ec3a commit 950ba17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/payload/control_freak/flight-software/src

app/payload/control_freak/flight-software/src/5v_ctrl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ int five_volt_rail_init() {
2929
}
3030
int ret = gpio_pin_configure_dt(gpio, GPIO_OUTPUT_INACTIVE);
3131
if (ret < 0) {
32-
LOG_WRN("Failed to conf %s pin:(", name);
32+
LOG_WRN("Failed to conf %s pin :(", name);
3333
return ret;
3434
}
3535
}

0 commit comments

Comments
 (0)