Skip to content

Commit

Permalink
ctxlink/platform: Fix plarform_target_voltage_return
Browse files Browse the repository at this point in the history
  • Loading branch information
sidprice committed Aug 30, 2024
1 parent 4e8888c commit 60ab97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/ctxlink/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ bool platform_nrst_get_val(void)

const char *platform_target_voltage(void)
{
return NULL;
return "Unknown";
}

#pragma GCC diagnostic push
Expand Down

0 comments on commit 60ab97e

Please sign in to comment.