Remove extra TODO.

This commit is contained in:
Steven Smith 2016-06-03 16:20:35 -07:00
parent 8121bd113b
commit 253f808982

View File

@ -325,7 +325,6 @@ static Result spi_write_data(SaveChip chip, u32* bytesWritten, void* data, u32 o
break;
case CHIP_FLASH_8MB:
case CHIP_FLASH_8MB_INFRARED:
// TODO
default:
res = R_FBI_UNSUPPORTED_OPERATION;
break;