Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #581 from sifive/remove-extra-andfrom-comment
Browse files Browse the repository at this point in the history
Update sifive-welcome.c
  • Loading branch information
e-puerto authored Apr 8, 2021
2 parents 4848098 + 96c193f commit badc539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/sifive-welcome/sifive-welcome.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ int main (void)
metal_led_off(led0_green);
metal_led_off(led0_blue);

// Lets get the CPU and and its interrupt
// Lets get the CPU and its interrupt
cpu = metal_cpu_get(metal_cpu_get_current_hartid());
if (cpu == NULL) {
printf("CPU null.\n");
Expand Down

0 comments on commit badc539

Please sign in to comment.