mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[sw] add missing twd_setup argument
This commit is contained in:
parent
0c9c24c467
commit
03590d2eae
1 changed files with 1 additions and 1 deletions
|
@ -1339,7 +1339,7 @@ int main() {
|
|||
neorv32_twi_setup(CLK_PRSC_8, 1, 0);
|
||||
|
||||
// configure TWD, no interrupts
|
||||
neorv32_twd_setup(0b0010110, 0, 0, 0, 0, 0);
|
||||
neorv32_twd_setup(0b0010110, 0, 0, 0, 0, 0, 0);
|
||||
neorv32_twd_put(0x8e);
|
||||
|
||||
// program sequence: read data via TWI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue