Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

small error in *ino sketch #1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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