Skip to content

minor issue variable #712

@marcelv-3

Description

@marcelv-3

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions