Compare commits

..

3 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ pub const Bus = struct {
} }
pub fn reset(self: @This()) void { pub fn reset(self: @This()) void {
self.vtable.reset(self.ptr); self.vtable.reset();
} }
}; };