updated README

This commit is contained in:
2021-07-08 12:36:41 +02:00
committed by Robin Mueller
parent d5517b4d80
commit 61ddc3a080
2 changed files with 10 additions and 1 deletions

View File

@ -29,7 +29,12 @@ ReturnValue_t FileSystemHandler::performOperation(uint8_t unsignedChar) {
}
Command_t command = filemsg.getCommand();
switch(command) {
case(GenericFileSystemMessage::CMD_CREATE_DIRECTORY): {
break;
}
case(GenericFileSystemMessage::CMD_CREATE_FILE): {
break;
}
}
}