Skip to content

small error in *ino sketch #1

@MartinHepperle

Description

@MartinHepperle

bool isValidFNC(uint8_t f)
{
bool rtn = true; <<<< this should be false?
switch(f) {
case FN_DISK_RESET:
case FN_DISK_SELECT:
case FN_DISK_READ_SECTOR:
case FN_DISK_WRITE_SECTOR:
case FN_DISK_WRITE_HST:
case FN_DISK_COPY:
case FN_DISK_FORMAT:
case FN_IMAGE_CMDS:
rtn = true;
break;
default:
break;
}
return rtn;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions