This commit is contained in:
Diamond Lewis
2023-07-25 22:21:05 -05:00
parent 83b6e55ee9
commit e7662df348
3 changed files with 3 additions and 3 deletions

View File

@@ -130,4 +130,4 @@ s32 LeoResetClear(void) {
return LEO_SENSE_NO_ADDITIONAL_SENSE_INFOMATION;
}
return resetclear.sense;
}
}

View File

@@ -28,4 +28,4 @@ void leoSeek(void) {
LEOcur_command->header.sense = sense_code;
LEOcur_command->header.status = LEO_SENSE_DIAGNOSTIC_FAILURE;
return;
}
}

View File

@@ -51,4 +51,4 @@ void leoWrite(void) {
}
#else
#pragma GLOBAL_ASM("asm/nonmatchings/libleo/leowrite/leoWrite.s")
#endif
#endif