Skip to content

Commit

Permalink
Update gpio_test.c
Browse files Browse the repository at this point in the history
fix function name
  • Loading branch information
mattvenn authored Oct 13, 2023
1 parent c913b37 commit d1df16c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verilog/dv/cocotb/gpio_test/gpio_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ void main(){
//GPIOs_configureAll(GPIO_MODE_MGMT_STD_OUT);
GPIOs_configureAll(GPIO_MODE_MGMT_STD_OUTPUT);
GPIOs_loadConfigs();
set_gpio_l(0x8F);
set_gpio_user_l(0x8F);
ManagmentGpio_write(1); // configuration finished


return;
}
}

0 comments on commit d1df16c

Please sign in to comment.