Compare commits
3 Commits
0d5c58d95c
...
3c8a87c14d
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c8a87c14d | |||
| fa54f194a1 | |||
| d2db52e495 |
@@ -143,7 +143,7 @@ pub const Bus = struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn reset(self: @This()) void {
|
pub fn reset(self: @This()) void {
|
||||||
self.vtable.reset();
|
self.vtable.reset(self.ptr);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user