Skip to content

Commit c4ac18a

Browse files
committed
[sw] add missing twd_setup argument
1 parent da25d87 commit c4ac18a

File tree

1 file changed

+1
-1
lines changed
  • sw/example/processor_check

1 file changed

+1
-1
lines changed

sw/example/processor_check/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@ int main() {
13391339
neorv32_twi_setup(CLK_PRSC_8, 1, 0);
13401340

13411341
// configure TWD, no interrupts
1342-
neorv32_twd_setup(0b0010110, 0, 0, 0, 0, 0);
1342+
neorv32_twd_setup(0b0010110, 0, 0, 0, 0, 0, 0);
13431343
neorv32_twd_put(0x8e);
13441344

13451345
// program sequence: read data via TWI

0 commit comments

Comments
 (0)