Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0300a45

Browse files
inesmaria08bradjc
andauthored
Update kernel/src/hil/bus8080.rs
Co-authored-by: Brad Campbell <[email protected]>
1 parent 331f02e commit 0300a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/src/hil/bus8080.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ impl BusWidth {
3333
pub trait Bus8080<'a> {
3434
/// Set the address to write to
3535
fn set_addr(&self, addr: BusAddr8080) -> Result<(), ErrorCode>;
36+
3637
/// Write data items to the previously set address
3738
fn write(
3839
&self,

0 commit comments

Comments
 (0)