Skip to content

Commit

Permalink
Update gpio_test.c
Browse files Browse the repository at this point in the history
fix gpio test
  • Loading branch information
mattvenn authored Oct 17, 2023
1 parent 3060cbd commit 607bd6f
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);
GPIOs_writeLow(0x8F);
ManagmentGpio_write(1); // configuration finished


return;
}
}

0 comments on commit 607bd6f

Please sign in to comment.