-
-
Notifications
You must be signed in to change notification settings - Fork 89
minor issue variable #712
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Info
- Which version of Pi are you using: 3
- Which github revision of software: latest
- Which board version: 2
- Which computer is the RaSCSI connected to: mac
Describe the issue
minor bug in source, syncoffset instead of syncperiod
// Transfer period factor (limited to 50 x 4 = 200ns)
scsi.syncperiod = scsi.msb[i + 3];
if (scsi.syncperiod > 50) {
scsi.syncoffset = 50;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working