guess not

This commit is contained in:
Arisotura 2021-10-28 18:30:06 +02:00 committed by GitHub
parent 5b36cd1d94
commit a9b041419a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ DRESULT disk_ioctl (
return RES_OK;
}
printf("FatFS: unknown disk_ioctl(%02X, %02X, %p)\n", pdrv, cmd, buff);
//printf("FatFS: unknown disk_ioctl(%02X, %02X, %p)\n", pdrv, cmd, buff);
return RES_PARERR;
}