Commit 7e43350
DMA speedtest build fix for genwait().
Apparently we forgot to update this example after the genwait()
signature change from Paul's thread polling PR, so it fails to build
currently on master.
I have taken the liberty of:
1) Removing the removed last argument from the genwait() call.
2) Adding a "make run" target, which I use frequently, just cuz I
noticed it was missing.1 parent 78dcc94 commit 7e43350
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments